-
Notifications
You must be signed in to change notification settings - Fork 10
/
Pipfile
59 lines (56 loc) · 1.16 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
59
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.3.1"
attrs = "==20.3.0"
beautifulsoup4 = "==4.9.3"
certifi = "==2020.11.8"
cffi = "==1.14.4"
chardet = "==3.0.4"
constantly = "==15.1.0"
coverage = "==5.3"
cryptography = "==3.2.1"
cssselect = "==1.1.0"
django = "==3.1.3"
djangorestframework = "==3.12.2"
hyperlink = "==20.0.1"
idna = "==2.10"
incremental = "==17.5.0"
itemadapter = "==0.2.0"
itemloaders = "==1.0.4"
jmespath = "==0.10.0"
lxml = "==4.6.1"
multitasking = "==0.0.9"
numpy = "==1.19.4"
pandas = "==1.1.4"
parsel = "==1.6.0"
psycopg2-binary = "==2.8.6"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycparser = "==2.20"
python-dateutil = "==2.8.1"
python-decouple = "==3.3"
pytz = "==2020.4"
requests = "==2.25.0"
six = "==1.15.0"
soupsieve = "==2.0.1"
sqlparse = "==0.4.1"
urllib3 = "==1.26.2"
w3lib = "==1.22.0"
webencodings = "==0.5.1"
"zope.interface" = "==5.2.0"
Automat = "==20.2.0"
Protego = "==0.1.16"
PyDispatcher = "==2.0.5"
PyHamcrest = "==2.0.2"
pyOpenSSL = "==20.0.0"
service_identity = "==18.1.0"
gunicorn = "*"
whitenoise = "*"
celery = "*"
redis = "*"
[dev-packages]
[requires]
python_version = "3.8"