RAHUL-13 commited on
Commit
6752373
·
verified ·
1 Parent(s): ee5fd58

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- fastapi==0.115.6
2
- uvicorn==0.34.0
3
- pydantic==2.10.4
4
- requests==2.32.3
5
- openai==1.58.1
 
 
1
+ fastapi>=0.115.0
2
+ uvicorn>=0.34.0
3
+ pydantic>=2.10.0
4
+ requests>=2.32.0
5
+ openai>=1.58.0
6
+ openenv-core>=0.2.0