Update requirements.txt

- Werkzeug 2.1 not compatible with Flask-SocketIO 4.3.2
- async-timeout > 3.0 not compatible with aiohttp 3.7.4
- eventlet install by default (ig the only mode supported by websocket for project?)
This commit is contained in:
Abdullah Amir 2022-07-23 21:16:19 +04:00 committed by GitHub
parent 8d7bc145fd
commit 046ab9b20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,7 @@ flask-redis
sqlalchemy
asyncio_redis
raven[flask]
Werkzeug>=1.0.0
Werkzeug==2.0.3
yarl==1.4.2
eventlet
async-timeout==3.0