diff options
author | Alex Shnitman <alexta69@gmail.com> | 2021-09-12 20:23:42 +0300 |
---|---|---|
committer | Alex Shnitman <alexta69@gmail.com> | 2021-09-12 20:41:42 +0300 |
commit | 19be41be1c36b3507af0d5f9f330fd727ca9cdb2 (patch) | |
tree | cb469dff0ddc20ec32b427559b968a53c8392bca /Pipfile | |
parent | upgrade to angular 11 (diff) | |
download | metube-19be41be1c36b3507af0d5f9f330fd727ca9cdb2.tar.gz metube-19be41be1c36b3507af0d5f9f330fd727ca9cdb2.tar.bz2 metube-19be41be1c36b3507af0d5f9f330fd727ca9cdb2.zip |
upgrade to angular 12
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 = "~=4.0" +python-socketio = "~=5.0" yt-dlp = "*" [requires] |