forked from Flexget/Flexget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
53 lines (53 loc) · 1.54 KB
/
requirements.txt
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
44
45
46
47
48
49
50
51
52
53
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
aniso8601==1.2.1 # via flask-restful, flask-restplus
apscheduler==3.3.1
babelfish==0.5.5 # via guessit
beautifulsoup4==4.6.0
certifi==2017.4.17 # via requests
chardet==3.0.3 # via requests
cheroot==5.5.0 # via cherrypy
cherrypy==10.2.2
click==6.7 # via flask
colorclass==2.2.0
feedparser==5.2.1
flask-compress==1.4.0
flask-cors==3.0.2
flask-login==0.4.0
flask-restful==0.3.6
flask-restplus==0.10.1
flask==0.12.2
future==0.16.0
guessit==2.0.4
html5lib==0.999999999
idna==2.5 # via requests
itsdangerous==0.24 # via flask
jinja2==2.9.6
jsonschema==2.6.0
markupsafe==1.0 # via jinja2
path.py==10.3.1
pathlib==1.0.1 ; python_version < "3.4"
plumbum==1.6.3 # via rpyc
portend==1.8 # via cherrypy
pynzb==0.1.0
pyparsing==2.2.0
pyrss2gen==1.1
python-dateutil==2.6.1
pytz==2017.2 # via apscheduler, flask-restful, flask-restplus, tempora, tzlocal
pyyaml==3.12
rebulk==0.8.2
requests==2.18.4
rpyc==3.3.0
six==1.10.0 # via apscheduler, cheroot, cherrypy, flask-cors, flask-restful, flask-restplus, html5lib, python-dateutil, rebulk, tempora
sqlalchemy==1.1.10
tempora==1.8 # via portend
terminaltables==3.1.0
tzlocal==1.4 # via apscheduler
urllib3==1.22 # via requests
webencodings==0.5.1 # via html5lib
werkzeug==0.12.2 # via flask
zxcvbn-python==4.4.15