-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
58 lines (55 loc) · 1.17 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.4.1"
astroid = "==2.4.2"
boto3 = "==1.14.20"
botocore = "==1.17.20"
certifi = "==2020.6.20"
chardet = "==3.0.4"
cloudinary = "==1.21.1"
colour = "==0.1.5"
dj-database-url = "==0.5.0"
django-appconf = "==1.0.4"
django-cloudinary-storage = "==0.2.3"
django-colorfield = "==0.3.1"
django-compressor = "==2.4"
django-sass-processor = "==0.8"
django-storages = "==1.9.1"
django-utils-six = "==2.0"
docutils = "==0.15.2"
gunicorn = "==20.0.4"
idna = "==2.10"
isort = "==4.3.21"
jmespath = "==0.10.0"
lazy-object-proxy = "==1.4.3"
libsass = "==0.20.0"
mccabe = "==0.6.1"
psycopg2-binary = "==2.8.5"
pylint = "==2.5.3"
python-dateutil = "==2.8.1"
python-magic = "==0.4.18"
pytz = "==2020.1"
rcssmin = "==1.0.6"
requests = "==2.24.0"
rjsmin = "==1.1.0"
s3transfer = "==0.3.3"
six = "==1.15.0"
sqlparse = "==0.3.1"
toml = "==0.10.1"
urllib3 = "==1.25.9"
whitenoise = "==5.1.0"
wrapt = "==1.12.1"
Django = "==3.2.5"
Pillow = "==7.2.0"
djangorestframework = "*"
django-cors-headers = "*"
drf-nested-routers = "*"
uvicorn = "*"
pyyaml = "*"
uritemplate = "*"
[dev-packages]
[requires]
python_version = "3.9"