suhail commited on
Commit
8d60a39
·
1 Parent(s): 7bcaef4
Files changed (1) hide show
  1. requirements.txt +18 -19
requirements.txt CHANGED
@@ -1,22 +1,21 @@
1
- fastapi==0.116.0
2
- sqlmodel==0.0.14
3
- pydantic>=2.11.0,<3.0.0
4
- pydantic-settings==2.5.2
5
 
6
- uvicorn[standard]==0.24.0
7
- alembic==1.13.0
8
- psycopg[binary]==3.2.1
9
- python-dotenv==1.0.0
10
- pytest==7.4.3
11
-
12
- httpx==0.27.2
13
- PyJWT>=2.10.1,<3.0.0
14
- passlib[bcrypt]==1.7.4
15
- python-multipart>=0.0.9
16
- bcrypt==4.3.0
17
 
 
 
 
 
 
18
  # AI Chatbot dependencies
19
- google-generativeai==0.3.2
20
- tiktoken==0.5.2
21
- mcp==1.20.0
22
- cohere==4.37
 
1
+ fastapi
2
+ sqlmodel
3
+ pydantic
4
+ pydantic-settings
5
 
6
+ uvicorn[standard]
7
+ alembic
8
+ psycopg[binary]
9
+ python-dotenv
10
+ pytest
 
 
 
 
 
 
11
 
12
+ httpx
13
+ PyJWT
14
+ passlib
15
+ python-multipart
16
+ bcrypt
17
  # AI Chatbot dependencies
18
+ google-generativeai
19
+ tiktoken
20
+ mcp
21
+ cohere