-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
46 lines (43 loc) · 975 Bytes
/
Pipfile
File metadata and controls
46 lines (43 loc) · 975 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pytz = "==2018.5"
python-slugify = "==1.2.6"
redis = ">=2.10.5"
django-environ = "==0.4.5"
django-model-utils = "==3.1.2"
django-allauth = "==0.37.1"
django-crispy-forms = "==1.7.2"
django-redis = "==4.9.0"
djangorestframework = "==3.8.2"
coreapi = "==2.3.3"
ipdb = "==0.11"
"psycopg2-binary" = "==2.7.5"
mypy = "==0.620"
pytest = "==3.8.0"
pytest-sugar = "==0.9.1"
"flake8" = "==3.5.0"
coverage = "==4.5.1"
django-debug-toolbar = "==1.10.1"
django-extensions = "==2.1.2"
pytest-django = "==3.4.3"
Pillow = "==5.2.0"
"argon2_cffi" = "==18.3.0"
Django = "==2.0.8"
Werkzeug = "==0.14.1"
Sphinx = "==1.8.0"
factory_boy = "==2.11.1"
django_coverage_plugin = "==1.6.0"
django-taggit = "*"
django-taggit-serializer = "*"
djangorestframework-jwt = "*"
django-rest-auth = "*"
django-cors-headers = "*"
update = "*"
[dev-packages]
pylint = "*"
"autopep8" = "*"
[requires]
python_version = "3.7"