-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
47 lines (37 loc) · 888 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
django = "==1.10.8"
django-environ = "==0.4.4"
django-crispy-forms = "==1.7.0"
django-model-utils = "==3.0.0"
pillow = "==8.3.2"
"argon2-cffi" = "==16.3.0"
django-allauth = "==0.34.0"
"psycopg2" = "==2.7.3.2"
awesome-slugify = "==1.6.5"
pytz = "==2017.3"
django-redis = "==4.8.0"
redis = ">=2.10.5"
coverage = "==4.4.1"
django-coverage-plugin = "==1.5.0"
sphinx = "==1.6.5"
django-extensions = "==1.9.7"
werkzeug = "==0.12.2"
django-test-plus = "==1.0.20"
factory-boy = "==2.9.2"
django-debug-toolbar = "==1.8"
ipdb = "==0.10.3"
pytest-django = "==3.1.2"
pytest-sugar = "==0.9.0"
djangorestframework = "*"
django-taggit = "*"
djangorestframework-jwt = "*"
django-taggit-serializer = "*"
django-rest-auth = "*"
django-cors-headers = "*"
[requires]
python_version = "3.6"