fix: using uv
This commit is contained in:
@ -17,6 +17,14 @@ dependencies = [
|
||||
"uvicorn[standard]>=0.35.0",
|
||||
"fastapi-endpoints @ git+https://github.com/vladNed/fastapi-endpoints.git@main",
|
||||
"uvicorn-worker>=0.3.0",
|
||||
"aioboto3>=15.4.0",
|
||||
"pymupdf>=1.26.5",
|
||||
"pdfrw>=0.4",
|
||||
"fpdf>=1.7.2",
|
||||
"reportlab>=4.4.4",
|
||||
"pathlib>=1.0.1",
|
||||
"starlette>=0.47.2",
|
||||
"lexorank>=1.0.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
PyMuPDF
|
||||
pdfrw
|
||||
fpdf
|
||||
reportlab
|
||||
fastapi
|
||||
SQLAlchemy
|
||||
pathlib
|
||||
python-dotenv
|
||||
starlette
|
||||
pydantic
|
||||
alembic
|
||||
Reference in New Issue
Block a user