-
Notifications
You must be signed in to change notification settings - Fork 13
/
Pipfile
55 lines (45 loc) · 890 Bytes
/
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cchardet = "==2.1.1"
certifi = "==2017.11.5"
chardet = "==3.0.4"
click = "==6.7"
colorama = "==0.3.9"
cssselect = "==1.0.1"
docopt = "==0.6.2"
et-xmlfile = "==1.0.1"
flask = "==1.0"
gevent = "==1.2.2"
greenlet = "==0.4.12"
gunicorn = "==19.7.1"
idna = "==2.6"
itsdangerous = "==0.24"
jdcal = "==1.3"
"jinja2" = "==2.10"
lxml = "==4.1.1"
markupsafe = "==1.0"
odfpy = "==1.3.6"
openpyxl = "==2.4.9"
pycrypto = "==2.6.1"
pymemcache = "==1.4.3"
pyyaml = "==5.1"
records = "==0.5.2"
redis = "==2.10.6"
requests = "==2.18.4"
selenium = "==3.8.0"
six = "==1.11.0"
sqlalchemy = "==1.1.15"
tablib = "==0.12.1"
toapi = "==0.2.16"
ujson = "==1.35"
unicodecsv = "==0.14.1"
"urllib3" = "==1.22"
werkzeug = "==0.15.3"
xlrd = "==1.1.0"
xlwt = "==1.3.0"
[dev-packages]
[requires]
python_version = "3.6"