initial
This commit is contained in:
22
backend/requirements.txt
Normal file
22
backend/requirements.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
fastapi==0.115.0
|
||||
uvicorn[standard]==0.30.6
|
||||
sqlalchemy[asyncio]==2.0.35
|
||||
asyncpg==0.29.0
|
||||
alembic==1.13.3
|
||||
pydantic==2.9.2
|
||||
pydantic-settings==2.5.2
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
bcrypt==4.0.1
|
||||
python-multipart==0.0.12
|
||||
httpx==0.27.2
|
||||
sse-starlette==2.1.3
|
||||
redis==5.0.8
|
||||
rq==1.16.2
|
||||
qdrant-client==1.11.3
|
||||
jsonschema==4.23.0
|
||||
structlog==24.4.0
|
||||
tenacity==9.0.0
|
||||
backoff==2.2.1
|
||||
tiktoken==0.7.0
|
||||
psycopg2-binary==2.9.9
|
||||
Reference in New Issue
Block a user