diff options
author | Astound <kirito@disroot.org> | 2025-03-02 06:24:03 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2025-03-02 06:24:03 +0800 |
commit | 2fd79101949f2332fad7157237518c4804c8b23b (patch) | |
tree | 2d20835f9aba530e703d380a9564f3cce2ee4102 | |
parent | c2e53072f7719bb6eb150466419ae31abd7d9920 (diff) | |
download | yt-local-2fd79101949f2332fad7157237518c4804c8b23b.tar.lz yt-local-2fd79101949f2332fad7157237518c4804c8b23b.tar.xz yt-local-2fd79101949f2332fad7157237518c4804c8b23b.zip |
-rw-r--r-- | requirements.txt | 25 | ||||
-rw-r--r-- | youtube/version.py | 2 |
2 files changed, 9 insertions, 18 deletions
diff --git a/requirements.txt b/requirements.txt index 37703c2..b54a1f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,8 @@ -blinker==1.9.0 -Brotli==1.1.0 -cachetools==5.5.2 -click==8.1.8 -defusedxml==0.7.1 -Flask==3.1.0 -gevent==24.11.1 -greenlet==3.1.1 -itsdangerous==2.2.0 -Jinja2==3.1.5 -MarkupSafe==3.0.2 -PySocks==1.7.1 -stem==1.8.2 -urllib3==2.3.0 -Werkzeug==3.1.3 -zope.event==5.0 -zope.interface==7.2 +Flask>=1.0.3 +gevent>=1.2.2 +Brotli>=1.0.7 +PySocks>=1.6.8 +urllib3>=1.24.1 +defusedxml>=0.5.0 +cachetools>=4.0.0 +stem>=1.8.0 diff --git a/youtube/version.py b/youtube/version.py index eaae66d..691a74c 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.20' +__version__ = '0.2.21' |