Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.68.0
|
| 2 |
+
uvicorn>=0.15.0
|
| 3 |
+
python-dotenv>=0.19.0
|
| 4 |
+
openai>=1.0.0
|
| 5 |
+
jinja2>=3.0.1
|
| 6 |
+
python-multipart>=0.0.5
|
| 7 |
+
requests>=2.26.0
|
| 8 |
+
pydantic>=2.0.0
|