-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
51 lines (45 loc) · 994 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
manage = "python app/manage.py"
format = "black app/"
[packages]
django = "*"
dj-config-url = "*"
psycopg2-binary = "*"
whitenoise = "*"
gunicorn = "*"
eventlet = "*"
django-storages = "*"
boto3 = "*"
django-sortedm2m = "*"
pillow = "*"
requests = "*"
djangorestframework = "*"
markdown = "*"
django-filter = "*"
django-tz-detect = "*"
raven = "*"
django-oauth-toolkit = "*"
django-emoji-picker = "*"
dialogflow = "*"
django-admin-object-actions = "*"
django-crum = "*"
httpx = "*"
pyopenssl = "*"
django-admin-sortable2 = "*"
[dev-packages]
ansible = "*"
heroku3 = "*"
boto = "*"
pylint = "*"
[requires]
python_version = "3.8"
[packages.django-tags-input]
git = "https://github.com/wdr-data/django-tags-input.git"
ref = "c7c486e09754b98f3583f581957cfdf9e4e461a8"
[packages.django-s3direct]
git = "https://github.com/wdr-data/django-s3direct.git"
ref = "f7079cb9a48ebb0d697325ed7116ff8dc4aeb36b"