add requirements with dependencies
This commit is contained in:
parent
f4abb76991
commit
6fb4ead1dc
|
|
@ -1 +1,23 @@
|
||||||
-e git+http://gitea.mcelwain.net/mcelwain/document-processor.git@8b3b4f968adb0d5779741dcda50b6f40b86b6ce8#egg=UNKNOWN
|
alembic==1.18.4
|
||||||
|
annotated-doc==0.0.4
|
||||||
|
annotated-types==0.7.0
|
||||||
|
anyio==4.13.0
|
||||||
|
click==8.3.1
|
||||||
|
fastapi==0.135.2
|
||||||
|
greenlet==3.3.2
|
||||||
|
h11==0.16.0
|
||||||
|
idna==3.11
|
||||||
|
Jinja2==3.1.6
|
||||||
|
Mako==1.3.10
|
||||||
|
MarkupSafe==3.0.3
|
||||||
|
psycopg2-binary==2.9.11
|
||||||
|
pydantic==2.12.5
|
||||||
|
pydantic_core==2.41.5
|
||||||
|
python-dotenv==1.2.2
|
||||||
|
python-multipart==0.0.22
|
||||||
|
SQLAlchemy==2.0.48
|
||||||
|
starlette==1.0.0
|
||||||
|
typing-inspection==0.4.2
|
||||||
|
typing_extensions==4.15.0
|
||||||
|
-e git+http://gitea.mcelwain.net/mcelwain/document-processor.git@f4abb7699169a401fe210b6addbc499177b6e71e#egg=UNKNOWN
|
||||||
|
uvicorn==0.42.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue