aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorashnitman <alex.shnitman@cyberark.com>2021-01-03 16:27:49 +0200
committerashnitman <alex.shnitman@cyberark.com>2021-01-03 16:27:49 +0200
commit8e93c01c54c99dc172047e9bdd7a848cf94830c5 (patch)
tree1690ca2b53d025aabe9d85217aad76a084e08b8c /Pipfile
parentfix manual install instructions in README (closes #8) (diff)
downloadmetube-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--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 3aca08a..338449e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -8,7 +8,7 @@ pylint = "*"
[packages]
aiohttp = "*"
-python-socketio = "*"
+python-socketio = "~=4.0"
youtube-dl = "*"
[requires]
bgstack15