-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
38 lines (36 loc) · 780 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
Werkzeug = "==0.15.4"
pylint = "*"
autopep8 = "*"
rope = "*"
[packages]
dj-database-url = "==0.5.0"
django-configurations = "==2.1"
django-debug-toolbar = "==1.11"
django-extensions = "==2.1.7"
Django = "==2.2.*"
psycopg2-binary = "==2.8.2"
gunicorn = "==19.9.0"
whitenoise = "==4.1.2"
django-crispy-forms = "*"
django-bootstrap-pagination = "*"
boto3 = "*"
django-storages = "*"
pillow = "*"
django-hashedfilenamestorage = "*"
sorl-thumbnail = "*"
django-htmlmin = "*"
django-cache-url = "*"
gevent = "*"
django-background-tasks = "*"
requests = "*"
google-cloud-translate = "*"
django-redis = "*"
djangorestframework = "*"
markdown = "*"
django-filter = "*"
django-tinymce = "*"