forked from shuosc/SHUhelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
115 lines (112 loc) · 2.38 KB
/
Pipfile
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[[source]]
url = "https://pypi.douban.com/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==0.9.9"
amqp = "==2.2.1"
appdirs = "==1.4.3"
astroid = "==1.5.3"
attrdict = "==2.0.0"
attrs = "==17.4.0"
babel = "==2.4.0"
"beautifulsoup4" = "==4.5.3"
billiard = "==3.5.0.3"
blinker = "==1.4"
celery = "==4.1.0"
certifi = "==2018.1.18"
chardet = "==3.0.4"
click = "==6.7"
codecov = "==2.0.15"
colorhash = "==1.0.2"
configparser = "==3.5.0"
coverage = "==4.5"
decorator = "==4.3.0"
flasgger = "==0.8.0"
flask = "==0.12.2"
flask-admin = "==1.5.0"
flask-allows = "==0.2.0"
flask-babelex = "==0.9.3"
flask-babelplus = "==2.1.0"
flask-caching = "==1.3.2"
flask-limiter = "==1.0.1"
flask-login = "==0.4.1"
flask-mail = "==0.9.1"
flask-marshmallow = "==0.9.0"
flask-migrate = "==2.1.1"
flask-mongoengine = "==0.9.2"
flask-monitoringdashboard = "==1.13.0"
flask-oauthlib = "==0.9.4"
flask-paginate = "==0.5.1"
flask-plugins = "==1.6.1"
flask-redis = "==0.3.0"
flask-sqlalchemy = "==2.3.2"
flask-wtf = "==0.14.2"
gevent = "==1.2.2"
greenlet = "==0.4.12"
idna = "==2.6"
ipython-genutils = "==0.2.0"
isort = "==4.2.15"
itsdangerous = "==0.24"
"jinja2" = "==2.9.6"
jsonschema = "==2.6.0"
jupyter-core = "==4.4.0"
kombu = "==4.1.0"
lazy-object-proxy = "==1.3.1"
limits = "==1.3"
mako = "==1.0.7"
markupsafe = "==1.0"
marshmallow = "==3.0.0b11"
marshmallow-sqlalchemy = "==0.13.2"
mccabe = "==0.6.1"
mistune = "==0.8.3"
mockredis = "==0.1.3.dev0"
mongoengine = "==0.15.0"
more-itertools = "==4.1.0"
naked = "==0.1.31"
nbformat = "==4.4.0"
numpy = "==1.14.3"
oauthlib = "==2.0.6"
olefile = "==0.44"
pillow = "==4.0.0"
plotly = "==2.6.0"
pluggy = "==0.6.0"
psutil = "==5.4.5"
"psycopg2" = "==2.7.4"
py = "==1.5.2"
pycodestyle = "==2.3.1"
pycrypto = "==2.6.1"
pyjwt = "==1.6.3"
pymongo = "==3.4.0"
pyparsing = "==2.2.0"
pysocks = "==1.6.7"
pytest = "==3.3.2"
pytest-cov = "==2.5.1"
pytest-cover = "==3.0.0"
pytest-coverage = "==0.0"
python-dateutil = "==2.7.2"
python-editor = "==1.0.3"
pytz = "==2017.2"
pyyaml = "==3.12"
qiniu = "==7.1.4"
redis = "==2.10.5"
requests = "==2.13.0"
requests-oauthlib = "==0.8.0"
selenium = "==3.8.1"
shellescape = "==3.4.1"
speaklater = "==1.3"
sqlalchemy = "==1.2.7"
traitlets = "==4.3.2"
tzlocal = "==1.5.1"
"urllib3" = "==1.22"
vine = "==1.1.4"
werkzeug = "==0.12.2"
wrapt = "==1.10.11"
wtforms = "==2.1"
gunicorn = "*"
[dev-packages]
pylint = "*"
"pep8" = "*"
ipython = "*"
[requires]
python_version = "3.6"