subhrajit mohanty
commited on
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
fastapi==0.
|
2 |
-
uvicorn==0.
|
3 |
-
openai==
|
4 |
-
tinydb==4.
|
5 |
-
gunicorn==
|
6 |
-
uvloop==0.
|
7 |
-
httptools==0.
|
|
|
1 |
+
fastapi==0.111.0
|
2 |
+
uvicorn==0.30
|
3 |
+
openai==1.34.0
|
4 |
+
tinydb==4.8.0
|
5 |
+
gunicorn==22.0.0
|
6 |
+
uvloop==0.19.0
|
7 |
+
httptools==0.6.1
|