smgc commited on
Commit
e02f4df
1 Parent(s): 6ff3d3b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- Flask==2.3.2
2
- asgiref==3.7.2
3
- requests==2.31.0
4
- PyJWT==2.7.0
5
- uvicorn==0.22.0
 
1
+ fastapi==0.68.0
2
+ httpx==0.23.0
3
+ uvicorn==0.15.0
4
+ python-jose==3.3.0
5
+ pydantic==1.8.2