shaheerawan3 commited on
Commit
75f87d4
·
verified ·
1 Parent(s): 6294a96

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -28
requirements.txt CHANGED
@@ -1,31 +1,4 @@
1
- # Core dependencies
2
  streamlit>=1.28.0
3
  torch>=2.0.0
4
  transformers>=4.35.0
5
- accelerate>=0.26.0 # Added for model loading and optimization
6
- fastapi>=0.104.0
7
- uvicorn>=0.24.0
8
-
9
- # Database dependencies
10
- sqlalchemy>=2.0.0
11
- psycopg2-binary>=2.9.9 # for PostgreSQL
12
- pymongo>=4.6.0 # for MongoDB
13
- motor>=3.3.0 # async MongoDB
14
-
15
- # Utility dependencies
16
- python-dotenv>=1.0.0
17
- pydantic>=2.4.0
18
- jinja2>=3.1.2
19
- python-multipart>=0.0.6
20
- aiofiles>=23.2.1
21
-
22
- # Security dependencies
23
- python-jose>=3.3.0
24
- passlib>=1.7.4
25
- bcrypt>=4.0.1
26
-
27
- # Development dependencies
28
- pytest>=7.4.0
29
- black>=23.9.1
30
- isort>=5.12.0
31
- flake8>=6.1.0
 
 
1
  streamlit>=1.28.0
2
  torch>=2.0.0
3
  transformers>=4.35.0
4
+ accelerate>=0.26.0