subhrajit-mohanty
commited on
Commit
·
260d98b
1
Parent(s):
62de77b
requirements updated
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
fastapi==0.95.1
|
2 |
uvicorn==0.22.0
|
3 |
openai==0.27.6
|
4 |
-
tinydb==4.7.1
|
|
|
|
|
|
|
|
|
|
1 |
fastapi==0.95.1
|
2 |
uvicorn==0.22.0
|
3 |
openai==0.27.6
|
4 |
+
tinydb==4.7.1
|
5 |
+
gunicorn==20.1.0
|
6 |
+
uvloop==0.15.2
|
7 |
+
uvicorn==0.13.4
|
8 |
+
httptools==0.2.0
|