-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
43 lines (40 loc) · 924 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
asgiref = "==3.2.3"
babel = "==2.8.0"
certifi = "==2020.4.5.1"
chardet = "==3.0.4"
defusedxml = "==0.6.0"
django = "==3.0.5"
django-ajax-selects = "==1.9.1"
django-allauth = "==0.41.0"
django-appconf = "==1.0.4"
django-autocomplete-light = "==3.5.1"
django-crispy-forms = "==1.9.1"
django-formtools = "==2.2"
django-maintenancemode = "==0.11.3"
django-phonenumber-field = "==4.0.0"
django-widget-tweaks = "==1.4.5"
httplib2 = "==0.9.2"
idna = "==2.9"
ipy = "==1.0"
oauthlib = "==3.1.0"
pendulum = "==2.0.5"
phonenumbers = "==8.12.4"
pillow = "==7.0.0"
psycopg2-binary = "==2.8.5"
python-dateutil = "==2.8.1"
python3-openid = "==3.1.0"
pytz = "==2019.3"
pytzdata = "==2019.3"
requests = "==2.23.0"
requests-oauthlib = "==1.3.0"
six = "==1.14.0"
sqlparse = "==0.3.0"
urllib3 = "==1.25.9"
[requires]
python_version = "3.8"