mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
fix python-socketio version to 4.x so that ngx-socket-io continues to work (closes #9)
This commit is contained in:
parent
5fa2aee6ec
commit
8e93c01c54
2 changed files with 16 additions and 16 deletions
2
Pipfile
2
Pipfile
|
@ -8,7 +8,7 @@ pylint = "*"
|
|||
|
||||
[packages]
|
||||
aiohttp = "*"
|
||||
python-socketio = "*"
|
||||
python-socketio = "~=4.0"
|
||||
youtube-dl = "*"
|
||||
|
||||
[requires]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue