-
Notifications
You must be signed in to change notification settings - Fork 6
/
Pipfile
45 lines (41 loc) · 913 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cryptography = "~=2.3"
dj-database-url = "==0.5.0"
django-allauth = "==0.41.0"
django-autoslug = "==1.9.6"
django-braces = "==1.13.0"
django-configurations = "==2.2"
django-cors-headers = "==3.2.0"
django-debug-toolbar = "==2.1"
django-dotenv = "==1.4.2"
django-extensions = "==2.2.5"
django-filter = "==2.2.0"
django-import-export = "==2.0"
django-rest-swagger = "==2.2.0"
django-storages = "==1.8"
djangorestframework = "==3.11.0"
gunicorn = "==20.0.4"
memoize = "==1.0.0"
psycopg2-binary = "==2.8.4"
pytz = "==2018.5"
raven = "==6.10.0"
whitenoise = "==5.0.1"
Django = "<3"
Markdown = "==2.6.4"
MarkupSafe = "==1.0"
Werkzeug = "==0.16.0"
factory-boy = "==2.12.0"
boto3 = "==1.10.45"
[dev-packages]
pre-commit = "*"
black = "*"
isort = "*"
flake8 = "*"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true