Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
openai
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
1 |
+
fastapi>=0.95.0
|
2 |
+
uvicorn>=0.21.0
|
3 |
+
openai>=0.27.0
|
4 |
+
python-dotenv>=0.21.0
|
5 |
+
pydantic>=1.10.0
|
6 |
+
python-multipart>=0.0.5
|