aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorAlex Shnitman <alexta69@gmail.com>2021-09-12 20:23:42 +0300
committerAlex Shnitman <alexta69@gmail.com>2021-09-12 20:41:42 +0300
commit19be41be1c36b3507af0d5f9f330fd727ca9cdb2 (patch)
treecb469dff0ddc20ec32b427559b968a53c8392bca /Pipfile
parentupgrade to angular 11 (diff)
downloadmetube-19be41be1c36b3507af0d5f9f330fd727ca9cdb2.tar.gz
metube-19be41be1c36b3507af0d5f9f330fd727ca9cdb2.tar.bz2
metube-19be41be1c36b3507af0d5f9f330fd727ca9cdb2.zip
upgrade to angular 12
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 6e485b7..9c51470 100644
--- a/Pipfile
+++ b/Pipfile
@@ -8,7 +8,7 @@ pylint = "*"
[packages]
aiohttp = "*"
-python-socketio = "~=4.0"
+python-socketio = "~=5.0"
yt-dlp = "*"
[requires]
bgstack15