-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathPipfile
40 lines (37 loc) · 768 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.4.1"
boto3 = "==1.20.21"
botocore = "==1.23.21"
dj-database-url = "==0.5.0"
django = "==4.0"
django-ckeditor = "==6.2.0"
django-js-asset = "==1.2.2"
django-storages = "==1.12.3"
gunicorn = "==20.1.0"
jmespath = "==0.10.0"
pillow = "==8.4.0"
psycopg2 = "==2.9.2"
python-dateutil = "==2.8.2"
python-decouple = "==3.5"
pytz = "==2021.3"
s3transfer = "==0.5.0"
six = "==1.16.0"
sqlparse = "==0.4.2"
tzdata = "==2021.5"
urllib3 = "==1.26.7"
whitenoise = "==5.3.0"
mailchimp-marketing = "*"
django-taggit = "*"
redis = "*"
celery = "==4.4.2"
django-celery-beat = "==2.0.0"
flower = "==0.9.5"
weasyprint = "*"
[dev-packages]
black = "*"
[requires]
python_version = "3.9"