forked from DataTrainingOrg/DataEngineerTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
69 lines (66 loc) · 1.35 KB
/
Pipfile
File metadata and controls
69 lines (66 loc) · 1.35 KB
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
beautifulsoup4 = "==4.9.3"
Flask-Cors = "==3.0.9"
Flask-WTF = "==0.14.3"
gunicorn = "==20.0.4"
lxml = "==4.6.1"
matplotlib = "==3.3.2"
pandas = "==1.1.4"
Scrapy = "==2.4.0"
pymongo = "==3.11.0"
requests = "==2.24.0"
elasticsearch = "*"
redis = "*"
jupyter = "*"
selenium = "*"
attrs = "==20.3.0"
certifi = "==2020.6.20"
cffi = "==1.14.3"
chardet = "==3.0.4"
click = "==7.1.2"
constantly = "==15.1.0"
cryptography = "==3.2.1"
cssselect = "==1.1.0"
hyperlink = "==20.0.1"
idna = "==2.10"
incremental = "==17.5.0"
itemadapter = "==0.2.0"
itemloaders = "==1.0.3"
itsdangerous = "==1.1.0"
jmespath = "==0.10.0"
kiwisolver = "==1.3.1"
numpy = "==1.19.4"
parsel = "==1.6.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycparser = "==2.20"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.1"
pytz = "==2020.4"
queuelib = "==1.5.0"
six = "==1.15.0"
soupsieve = "==2.0.1"
urllib3 = "==1.25.11"
w3lib = "==1.22.0"
"zope.interface" = "==5.2.0"
Flask = "==1.1.2"
Automat = "==20.2.0"
Cycler = "==0.10.0"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
Pillow = "==8.0.1"
Protego = "==0.1.16"
PyDispatcher = "==2.0.5"
PyHamcrest = "==2.0.2"
pyOpenSSL = "==19.1.0"
service_identity = "==18.1.0"
Twisted = "==20.3.0"
Werkzeug = "==1.0.1"
WTForms = "==2.3.3"
[dev-packages]
[requires]
python_version = "3.8"