-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
58 lines (54 loc) · 1.13 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"asn1crypto" = "==0.23.0"
attrs = "==17.2.0"
Automat = "==0.6.0"
certifi = "==2017.7.27.1"
cffi = "==1.11.0"
chardet = "==3.0.4"
click = "==6.7"
constantly = "==15.1.0"
coverage = "==4.4.1"
coveralls = "==1.2.0"
cryptography = "==2.0.3"
cssselect = "==1.0.1"
"docker-py" = "==1.10.6"
"docker-pycreds" = "==0.2.1"
docopt = "==0.6.2"
"flake8" = "==3.4.1"
idna = "==2.6"
incremental = "==17.5.0"
itypes = "==1.1.0"
"Jinja2" = "==2.9.6"
lxml = "==4.0.0"
MarkupSafe = "==1.0"
mccabe = "==0.6.1"
parsel = "==1.2.0"
py = "==1.4.34"
"pyasn1" = "==0.3.6"
"pyasn1-modules" = "==0.1.4"
pycodestyle = "==2.3.1"
pycparser = "==2.18"
PyDispatcher = "==2.0.5"
pyflakes = "==1.5.0"
pyOpenSSL = "==17.3.0"
pytest = "==3.2.3"
PyYAML = "==3.12"
queuelib = "==1.4.2"
requests = "==2.18.4"
retrying = "==1.3.3"
scrapinghub = "==2.0.1"
Scrapy = "==1.4.0"
"service_identity" = "==17.0.0"
shub = "==2.7.0"
tqdm = "==4.19.4"
Twisted = "==17.9.0"
uritemplate = "==3.0.0"
"urllib3" = "==1.22"
"w3lib" = "==1.18.0"
"websocket-client" = "==0.44.0"
"zope.interface" = "==4.4.3"
[dev-packages]