pragunk commited on
Commit
4d3919d
·
verified ·
1 Parent(s): 74dd98e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- numpy>=2.1.0
2
- pydantic>=2.9.0
3
- openai>=1.55.0
4
- fastapi==0.110.0
5
- uvicorn==0.27.1
 
 
1
+ numpy>=2.1.0
2
+ pydantic>=2.9.0
3
+ openai>=1.55.0
4
+ fastapi==0.110.0
5
+ uvicorn==0.27.1
6
+ python-dotenv>=1.0.0