Niansuh commited on
Commit
0f2dcc6
·
verified ·
1 Parent(s): df10589

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- fastapi
2
- httpx
3
- pydantic
4
- pyinstaller
5
- python-dotenv
6
- starlette
7
- uvicorn
 
1
+ fastapi==0.95.2
2
+ uvicorn==0.22.0
3
+ httpx==0.24.0
4
+ python-dotenv==1.0.0
5
+ pydantic==1.10.7
6
+ tenacity==8.2.2