blob: 25b4ef4d02a899ddd45c6ce38e75e115d7896ee9 (
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
|
--- requirements.txt.orig 2017-06-21 02:13:55 UTC
+++ requirements.txt
@@ -7,18 +7,15 @@ html5lib>=0.11
PyRSS2Gen
pynzb
#PY3 progressbar
-rpyc==3.3.0
+rpyc
jinja2
# There is a bug in requests 2.4.0 where it leaks urllib3 exceptions
-requests~=2.16.3
-#Guessit requires python-dateutil<=2.5.2
+requests>=2.8.0, <3.0
python-dateutil>=2.5.3
jsonschema>=2.0
path.py>=8.1.1
pathlib>=1.0; python_version<'3.4'
-guessit<=2.1.4
-# Rebulk changes how guessit works higher than 0.8.2
-rebulk==0.9.0
+guessit>=2.1.0
apscheduler>=3.2.0
terminaltables>=3.1.0
colorclass>=2.2.0
@@ -26,10 +23,10 @@ colorclass>=2.2.0
cherrypy>=3.7.0
flask>=0.7
flask-restful>=0.3.3
-flask-restplus==0.10.1
+flask-restplus>=0.10.1
flask-compress>=1.2.1
flask-login>=0.4.0
flask-cors>=2.1.2
pyparsing>=2.0.3
-zxcvbn-python
+zxcvbn
future>=0.15.2
|