aboutsummaryrefslogtreecommitdiff
path: root/www/flexget/files/patch-requirements.txt
blob: ceae9d7c284203d5f5d0ce40dc2707dd1531dea9 (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
32
33
34
35
36
37
38
39
40
41
42
43
--- requirements.txt.orig	2020-12-26 15:14:46 UTC
+++ requirements.txt
@@ -1,4 +1,4 @@
-FeedParser>=6.0.2
+FeedParser>=5.2.1
 SQLAlchemy >=1.3.10, <1.999
 PyYAML>=4.2b1
 # Beautifulsoup 4.5+ is required to support different versions of html5lib
@@ -6,27 +6,27 @@ beautifulsoup4>=4.5
 html5lib>=0.11
 PyRSS2Gen
 pynzb
-rpyc~=4.0
-jinja2~=2.10
+rpyc
+jinja2
 # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions
 requests>=2.20.0
 python-dateutil
 jsonschema>=2.0
-guessit==3.1.0
+guessit>=3.1.0
 rebulk>=2.0.0
 apscheduler>=3.2.0
 terminaltables>=3.1.0
 colorclass>=2.2.0
 loguru>=0.4.1
 # WebUI Requirements
-cherrypy>=18.0.0
+cherrypy>=3.7.0
 flask>=0.7
 flask-restful>=0.3.3
-flask-restx==0.2.0
+flask-restx>=0.2.0
 flask-compress>=1.2.1
 flask-login>=0.4.0
 flask-cors>=2.1.2
 pyparsing>=2.4.7
-zxcvbn-python
-progressbar==2.5
+zxcvbn
+progressbar>=2.5
 more-itertools