forked from mtianyan/FunpySpiderSearchEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
44 lines (41 loc) · 883 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"asn1crypto" = "==0.24.0"
attrs = "==18.1.0"
automat = "==0.7.0"
cffi = "==1.11.5"
constantly = "==15.1.0"
cryptography = "==2.3.1"
cssselect = "==1.0.3"
elasticsearch = "==6.3.1"
elasticsearch-dsl = "==6.2.1"
hyperlink = "==18.0.0"
idna = "==2.7"
incremental = "==17.5.0"
ipaddress = "==1.0.22"
lxml = "==4.2.4"
mysqlclient = "==1.3.13"
parsel = "==1.5.0"
"pyasn1" = "==0.4.4"
"pyasn1-modules" = "==0.2.2"
pycparser = "==2.18"
pydispatcher = "==2.0.5"
pyhamcrest = "==1.9.0"
pyopenssl = "==18.0.0"
python-dateutil = "==2.7.3"
queuelib = "==1.5.0"
redis = "==2.10.6"
scrapy = "==1.5.1"
selenium = "==3.14.0"
service-identity = "==17.0.0"
six = "==1.11.0"
twisted = "==18.7.0"
"urllib3" = "==1.23"
"w3lib" = "==1.19.0"
zope-interface = "==4.5.0"
[dev-packages]
[requires]
python_version = "3.6"