mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Changes: https://github.com/Flexget/Flexget/compare/v3.1.153...v3.1.154 Reported by: Repology
31 lines
762 B
Text
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
|