diff options
Diffstat (limited to 'www/flexget/files/patch-requirements.txt')
-rw-r--r-- | www/flexget/files/patch-requirements.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/flexget/files/patch-requirements.txt b/www/flexget/files/patch-requirements.txt index bf2da0ffaf6e..0b1a60b4f7ee 100644 --- a/www/flexget/files/patch-requirements.txt +++ b/www/flexget/files/patch-requirements.txt @@ -1,8 +1,9 @@ ---- requirements.txt.orig 2021-11-23 15:15:54 UTC +--- requirements.txt.orig 2022-03-29 15:22:20 UTC +++ requirements.txt -@@ -1,10 +1,10 @@ +@@ -1,11 +1,10 @@ beautifulsoup4>=4.5 # Beautifulsoup 4.5+ is required apscheduler>=3.2.0 beautifulsoup4>=4.5 # Beautifulsoup 4.5+ is required to support different versions of html5lib +-click<=8.0.4 # Restriction can be dropped when we drop python 3.6 feedparser>=6.0.2 -guessit~=3.4 +guessit>=3.2.0 @@ -13,7 +14,7 @@ loguru>=0.4.1 more-itertools psutil>=5.8.0 -@@ -18,12 +18,12 @@ rich>=9.0.0 +@@ -19,13 +18,12 @@ sqlalchemy >=1.3.10, <1.999 rpyc~=5.0 sqlalchemy >=1.3.10, <1.999 # WebUI Requirements @@ -27,5 +28,6 @@ +flask-restx>=0.5.1 flask>=0.7 pyparsing>=2.4.7 +-werkzeug<2.1.0 # Flask-login incompatibility https://github.com/maxcountryman/flask-login/issues/636 -zxcvbn-python +zxcvbn |