aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
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