samu commited on
Commit
8522ccd
·
1 Parent(s): c151c44

update requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -5
requirements.txt CHANGED
@@ -1,6 +1,20 @@
1
- openai
2
- fastapi
3
- uvicorn[standard]
4
- pydantic
5
- ollama
 
 
 
 
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