mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 14:37:02 +01:00
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:
parent
8d7bc145fd
commit
046ab9b20c
@ -16,5 +16,7 @@ flask-redis
|
|||||||
sqlalchemy
|
sqlalchemy
|
||||||
asyncio_redis
|
asyncio_redis
|
||||||
raven[flask]
|
raven[flask]
|
||||||
Werkzeug>=1.0.0
|
Werkzeug==2.0.3
|
||||||
yarl==1.4.2
|
yarl==1.4.2
|
||||||
|
eventlet
|
||||||
|
async-timeout==3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user