-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
55 lines (52 loc) · 1.08 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
asgiref = "==3.3.1"
certifi = "==2020.12.5"
cffi = "==1.14.5"
chardet = "==4.0.0"
cryptography = "==3.4.6"
defusedxml = "==0.7.1"
distlib = "==0.3.1"
django-admin-interface = "==0.15.5"
django-colorfield = "==0.4.1"
django-flat-responsive = "==2.0"
django-flat-theme = "==1.1.4"
django-grappelli = "==2.14.3"
filelock = "==3.0.12"
idna = "==2.10"
jsonfield = "==3.1.0"
oauthlib = "==3.1.0"
pluggy = "==0.13.1"
py = "==1.10.0"
pycparser = "==2.20"
pyparsing = "==2.4.7"
python3-openid = "==3.2.0"
pytz = "==2021.1"
requests = "==2.25.1"
requests-oauthlib = "==1.3.0"
six = "==1.15.0"
social-auth-app-django = "==4.0.0"
social-auth-core = "==4.1.0"
sqlparse = "==0.4.1"
toml = "==0.10.2"
tox = "==3.23.0"
urllib3 = "==1.26.4"
virtualenv = "==20.4.2"
Django = "==3.1.7"
Pillow = "==8.1.0"
PyJWT = "==2.0.1"
django-heroku = "*"
psycopg2-binary = "*"
psycopg2 = "*"
gunicorn = "*"
whitenoise = "*"
coverage = "*"
django-admin-honeypot = "*"
coveralls = "*"
[dev-packages]
[requires]
python_version = "3.9"