summaryrefslogtreecommitdiff
path: root/www/flexget/files/patch-requirements.txt
blob: bf2da0ffaf6ef0206b5ae3891e5bb08d528acd0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- 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