-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
46 lines (43 loc) · 887 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
astroid = "==2.4.2"
beautifulsoup4 = "==4.9.3"
bs4 = "==0.0.1"
certifi = "==2020.6.20"
chardet = "==3.0.4"
click = "==7.1.2"
colorama = "==0.4.4"
flask = "==1.1.2"
gunicorn = "==20.0.4"
idna = "==2.10"
isort = "==5.6.4"
itsdangerous = "==1.1.0"
jinja2 = "==2.11.2"
lazy-object-proxy = "==1.4.3"
markupsafe = "==1.1.1"
mccabe = "==0.6.1"
pathlib = "==1.0.1"
"pdfminer.six" = "==20200517"
pdfplumber = "==0.5.24"
pillow = "==8.0.1"
pycryptodome = "==3.9.8"
pylint = "==2.6.0"
pypdf2 = "==1.26.0"
regex = "==2020.10.28"
requests = "==2.24.0"
selenium = "==3.141.0"
six = "==1.15.0"
sortedcontainers = "==2.2.2"
soupsieve = "==2.0.1"
toml = "==0.10.2"
typed-ast = "==1.4.1"
urllib3 = "==1.25.11"
wand = "==0.6.3"
werkzeug = "==1.0.1"
wrapt = "==1.12.1"
[dev-packages]
[requires]
python_version = "2.7"