-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (42 loc) · 957 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]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
pytz = "==2018.9"
python-slugify = "==2.0.1"
argon2-cffi = "==19.1.0"
redis = ">=2.10.6,<3"
django-environ = "==0.4.5"
django-model-utils = "==3.1.2"
django-allauth = "==0.38.0"
django-crispy-forms = "==1.7.2"
django-redis = "==4.10.0"
djangorestframework = "==3.9.1"
coreapi = "==2.3.3"
ipdb = "==0.11"
sphinx = "==1.8.4"
psycopg2-binary = "==2.7.7"
mypy = "==0.670"
pytest = "==4.2.0"
pytest-sugar = "==0.9.2"
flake8 = "==3.7.5"
coverage = "==4.5.2"
factory-boy = "==2.11.1"
django-debug-toolbar = "==1.11"
django-extensions = "==2.1.5"
django-coverage-plugin = "==1.6.0"
pytest-django = "==3.4.7"
Pillow = "==5.4.1"
Django = "==2.0.10"
Werkzeug = "==0.14.1"
django-taggit = "*"
djangorestframework-jwt = "*"
django-taggit-serializer = "*"
django-rest-auth = "*"
django-cors-headers = "*"
awsebcli = "*"
[requires]
python_version = "3.7"