DeepLearning101 commited on
Commit
8de0216
1 Parent(s): 51241c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- --upgrade pip
2
  gradio
3
  aiohttp
4
  pydantic<2.0
5
- fastapi==0.95.2
6
- starlette==0.27.0
 
 
1
  gradio
2
  aiohttp
3
  pydantic<2.0
4
+ fastapi>=0.115.2,<1.0
5
+ starlette>=0.40.0,<1.0