diff options
author | ashnitman <alex.shnitman@cyberark.com> | 2021-01-03 16:27:49 +0200 |
---|---|---|
committer | ashnitman <alex.shnitman@cyberark.com> | 2021-01-03 16:27:49 +0200 |
commit | 8e93c01c54c99dc172047e9bdd7a848cf94830c5 (patch) | |
tree | 1690ca2b53d025aabe9d85217aad76a084e08b8c /Pipfile | |
parent | fix manual install instructions in README (closes #8) (diff) | |
download | metube-8e93c01c54c99dc172047e9bdd7a848cf94830c5.tar.gz metube-8e93c01c54c99dc172047e9bdd7a848cf94830c5.tar.bz2 metube-8e93c01c54c99dc172047e9bdd7a848cf94830c5.zip |
fix python-socketio version to 4.x so that ngx-socket-io continues to work (closes #9)
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ pylint = "*" [packages] aiohttp = "*" -python-socketio = "*" +python-socketio = "~=4.0" youtube-dl = "*" [requires] |