fixes req
This commit is contained in:
parent
a04bee5008
commit
d05204c394
1 changed files with 16 additions and 0 deletions
16
requirements.txt
Normal file
16
requirements.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
# FastAPI and dependencies
|
||||||
|
fastapi>=0.109.0
|
||||||
|
uvicorn[standard]>=0.27.0
|
||||||
|
python-multipart>=0.0.6
|
||||||
|
httpx>=0.26.0
|
||||||
|
pydantic>=2.5.0
|
||||||
|
|
||||||
|
# Templating for web UI
|
||||||
|
jinja2>=3.1.0
|
||||||
|
aiofiles>=23.0.0
|
||||||
|
|
||||||
|
# PDF Support
|
||||||
|
pymupdf>=1.24.0
|
||||||
|
|
||||||
|
# Production server
|
||||||
|
gunicorn>=21.0.0
|
||||||
Loading…
Reference in a new issue