Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +14 -3
requirements.txt
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
pydantic==2.4.2
|
4 |
+
streamlit==1.28.2
|
5 |
+
requests==2.31.0
|
6 |
+
python-multipart==0.0.6
|
7 |
+
python-jose==3.3.0
|
8 |
+
passlib==1.7.4
|
9 |
+
bcrypt==4.0.1
|
10 |
+
pillow==10.1.0
|
11 |
+
boto3==1.29.3
|
12 |
+
python-dotenv==1.0.0
|
13 |
+
jinja2==3.1.2
|
14 |
+
groq==0.4.2
|