ports/www/flexget/files/patch-requirements.txt
2021-11-25 00:38:49 +00:00

31 lines
762 B
Text

--- requirements.txt.orig 2021-11-23 15:15:54 UTC
+++ requirements.txt
@@ -1,10 +1,10 @@
apscheduler>=3.2.0
beautifulsoup4>=4.5 # Beautifulsoup 4.5+ is required to support different versions of html5lib
feedparser>=6.0.2
-guessit~=3.4
+guessit>=3.2.0
html5lib>=0.11
jinja2~=3.0
-jsonschema>=2.0, <4.0 # jsonschema 4.0 requires python 3.7+ We can switch to that when we drop 3.6 support
+jsonschema>=2.0
loguru>=0.4.1
more-itertools
psutil>=5.8.0
@@ -18,12 +18,12 @@ rich>=9.0.0
rpyc~=5.0
sqlalchemy >=1.3.10, <1.999
# WebUI Requirements
-cherrypy>=18.0.0
+cherrypy>=3.7.0
flask-compress>=1.2.1
flask-cors>=2.1.2
flask-login>=0.4.0
flask-restful>=0.3.3
-flask-restx==0.5.1
+flask-restx>=0.5.1
flask>=0.7
pyparsing>=2.4.7
-zxcvbn-python
+zxcvbn