-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPipfile
54 lines (51 loc) · 1.11 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
beautifulsoup4 = "==4.6.0"
boto3 = "==1.9.91"
botocore = "==1.12.91"
certifi = "==2018.11.29"
chardet = "==3.0.4"
dj-database-url = "==0.5.0"
dj-static = "==0.0.6"
django-appconf = "==1.0.2"
django-environ = "==0.4.5"
django-modelcluster = "==5.0"
django-storages = "==1.7.1"
django-taggit = "==1.2.0"
django-toolbelt = "==0.0.1"
django-treebeard = "==4.3"
djangorestframework = "==3.9.0"
docutils = "==0.14"
gunicorn = "==19.7.1"
html5lib = "==1.0.1"
idna = "==2.8"
jmespath = "==0.9.3"
libsass= "==0.17.0"
psycopg2 = "==2.7.7"
python-dateutil = "==2.8.0"
python-dotenv = "==0.10.1"
pytz = "==2018.9"
rcssmin = "==1.0.6"
requests = "==2.21.0"
rjsmin = "==1.0.12"
s3transfer = "==0.2.0"
six = "==1.12.0"
static3 = "==0.7.0"
urllib3 = ">=1.24.2"
wagtail = "==2.7"
webencodings = "==0.5.1"
whitenoise = "==4.1.2"
Django = ">=2.1.11"
django_compressor = "==2.2"
draftjs_exporter = "==2.1.5"
Pillow = "==5.4.1"
Unidecode = "==1.0.23"
Willow = "==1.3"
psycopg2-binary = "*"
django-libsass = "==0.7"
[requires]
python_version = "3.7.6"