Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.115.0
|
| 2 |
+
sqlmodel>=0.0.24
|
| 3 |
+
uvicorn>=0.32.0
|
| 4 |
+
pydantic>=2.10.0
|
| 5 |
+
pydantic-settings>=2.6.0
|
| 6 |
+
python-jose>=3.3.0
|
| 7 |
+
python-multipart>=0.0.20
|
| 8 |
+
alembic>=1.14.0
|
| 9 |
+
psycopg2-binary>=2.9.10
|
| 10 |
+
pytest>=8.3.0
|
| 11 |
+
pytest-asyncio>=0.25.0
|
| 12 |
+
httpx>=0.28.0
|
| 13 |
+
bcrypt>=5.0.0
|