fix python-socketio version to 4.x so that ngx-socket-io continues to work (closes #9)

This commit is contained in:
ashnitman 2021-01-03 16:27:49 +02:00
parent 5fa2aee6ec
commit 8e93c01c54
2 changed files with 16 additions and 16 deletions

View file

@ -8,7 +8,7 @@ pylint = "*"
[packages]
aiohttp = "*"
python-socketio = "*"
python-socketio = "~=4.0"
youtube-dl = "*"
[requires]