Niansuh commited on
Commit
11c48ea
·
verified ·
1 Parent(s): 63a4c29

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
- fastapi
2
- httpx
3
- pydantic
4
- pyinstaller
5
- python-dotenv
6
- starlette
7
- uvicorn
8
- gunicorn
 
1
+ fastapi==0.95.2
2
+ httpx==0.23.3
3
+ pydantic==1.10.4
4
+ python-dotenv==0.21.0
5
+ starlette==0.26.1
6
+ uvicorn==0.21.1
7
+ gunicorn==20.1.0