triflix commited on
Commit
20064bf
·
verified ·
1 Parent(s): 20dd66f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- fastapi
2
- uvicorn
3
- python-socketio[asgi]
4
- starlette
5
- python-multipart
6
- itsdangerous
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0.post1
3
+ jinja2==3.1.2
4
+ python-multipart==0.0.6
5
+ aiofiles==23.2.1
6
+ cryptography==41.0.5