-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
53 lines (43 loc) · 1001 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
44
45
46
47
48
49
50
51
52
53
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"beautifulsoup4" = "==4.6.0"
bleach = "==2.1.1"
certifi = "==2017.4.17"
chardet = "==3.0.4"
click = "==6.7"
dj-database-url = "==0.4.2"
django-modelcluster = "==3.1"
django-settings-export = "==1.2.1"
django-taggit = "==0.22.1"
django-treebeard = "==4.1.2"
django-webpack-loader = "==0.5.0"
django = "==1.11.3"
djangorestframework = "==3.6.3"
factory-boy = "==2.8.1"
faker = "==0.7.17"
first = "==2.0.1"
gunicorn = "==19.7.1"
"html5lib" = "==0.999999999"
idna = "==2.5"
olefile = "==0.44"
pillow = "==4.2.1"
pip-tools = "==1.9.0"
"psycopg2" = "==2.7.1"
python-dateutil = "==2.6.1"
pytz = "==2017.2"
requests = "==2.18.1"
unidecode = "==0.4.21"
unittest-xml-reporting = "==2.1.0"
"urllib3" = "==1.21.1"
wagtail-factories = "==0.3.0"
wagtail-metadata = "==0.3.1"
wagtail = "==1.12"
webencodings = "==0.5.1"
willow = "==0.4"
[dev-packages]
django-debug-toolbar = "*"
[requires]
python_version = "3.6"