From 8e93c01c54c99dc172047e9bdd7a848cf94830c5 Mon Sep 17 00:00:00 2001 From: ashnitman Date: Sun, 3 Jan 2021 16:27:49 +0200 Subject: fix python-socketio version to 4.x so that ngx-socket-io continues to work (closes #9) --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') 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] -- cgit