Spaces:
Running
Running
update requirements file
Browse files- requirements.txt +19 -5
requirements.txt
CHANGED
@@ -1,6 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aioredis
|
2 |
+
redis==5.2.1
|
3 |
+
python-docx
|
4 |
+
fastapi==0.115.11
|
5 |
+
uvicorn==0.34.0
|
6 |
+
pydantic==2.10.6
|
7 |
+
aiocache
|
8 |
+
openai==1.67.0
|
9 |
+
httpx
|
10 |
python-dotenv
|
11 |
+
psycopg2-binary==2.9.9
|
12 |
+
python-jose[cryptography]
|
13 |
+
passlib[bcrypt]
|
14 |
+
python-multipart
|
15 |
+
python-jose[cryptography]
|
16 |
+
passlib[bcrypt]
|
17 |
+
python-multipart
|
18 |
+
pytest==7.4.4
|
19 |
+
pytest-asyncio==0.23.3
|
20 |
+
httpx==0.26.0 # Required for TestClient
|