Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +14 -36
requirements.txt
CHANGED
@@ -1,36 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
python-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
redis==5.0.0
|
16 |
-
|
17 |
-
# AI/ML
|
18 |
-
openai==1.0.0
|
19 |
-
|
20 |
-
# Authentication
|
21 |
-
python-jose[cryptography]>=3.3.0
|
22 |
-
passlib[bcrypt]>=1.7.4
|
23 |
-
PyJWT==2.8.0
|
24 |
-
|
25 |
-
# Utilities
|
26 |
-
pyyaml>=6.0.0
|
27 |
-
psutil==5.9.5
|
28 |
-
|
29 |
-
# Testing
|
30 |
-
pytest>=7.0.0
|
31 |
-
pytest-asyncio>=0.18.0
|
32 |
-
|
33 |
-
# Additional dependencies
|
34 |
-
pandas==2.1.0
|
35 |
-
numpy==1.24.4
|
36 |
-
huggingface-hub==0.17.2
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
jinja2
|
4 |
+
python-multipart
|
5 |
+
python-dotenv
|
6 |
+
requests
|
7 |
+
SQLAlchemy
|
8 |
+
pydantic
|
9 |
+
aiohttp
|
10 |
+
httpx
|
11 |
+
huggingface_hub
|
12 |
+
transformers
|
13 |
+
openai
|
14 |
+
pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|