Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +20 -13
requirements.txt
CHANGED
@@ -1,13 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
fastapi==0.104.1
|
3 |
+
uvicorn[standard]==0.24.0
|
4 |
+
sqlalchemy==2.0.23
|
5 |
+
psycopg2-binary==2.9.9
|
6 |
+
alembic==1.12.1
|
7 |
+
pydantic==2.5.0
|
8 |
+
python-jose[cryptography]==3.3.0
|
9 |
+
passlib[bcrypt]==1.7.4
|
10 |
+
python-multipart==0.0.6
|
11 |
+
redis==5.0.1
|
12 |
+
celery==5.3.4
|
13 |
+
transformers==4.36.2
|
14 |
+
torch==2.1.1
|
15 |
+
scikit-learn==1.3.2
|
16 |
+
pandas==2.1.3
|
17 |
+
numpy==1.24.4
|
18 |
+
aiofiles==23.2.1
|
19 |
+
python-dotenv==1.0.0
|
20 |
+
cryptography==41.0.8
|