Rakshitjan commited on
Commit
21037c7
·
verified ·
1 Parent(s): 491cbe3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- fastapi==0.103.1
2
- uvicorn==0.23.2
3
- openai==1.6.1
4
- pydantic==2.3.0
5
- python-dotenv==1.0.0
6
- gunicorn==21.2.0
 
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