forked from wdr-data/informant-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
34 lines (31 loc) · 844 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "<2.1"
django-tags-input = {git = "https://github.com/wdr-data/django-tags-input.git", ref = "453ae779286f82247f9fecb97ca8ebabd7b8aa71", editable = true}
dj-config-url = "*"
"psycopg2" = "*"
whitenoise = "*"
gunicorn = "*"
eventlet = "*"
django-storages = "*"
"boto3" = "*"
"django-sortedm2m" = "*"
"django-sortedm2m-filter-horizontal-widget" = {git = "https://github.com/wdr-data/sortedm2m-filter-horizontal-widget.git", ref = "488e9d348bec8c1c3e9fafd2df017bc967d15674"}
pillow = "*"
requests = "*"
djangorestframework = "*"
markdown = "*"
django-filter = "*"
django-tz-detect = "*"
raven = "*"
django-oauth-toolkit = "*"
django-emoji-picker = "*"
[dev-packages]
ansible = "*"
"heroku3" = "*"
boto = "*"
[requires]
python_version = "3.6"