-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
38 lines (35 loc) · 805 Bytes
/
Copy pathPipfile
File metadata and controls
38 lines (35 loc) · 805 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
pytz = "==2018.9"
python-slugify = "==2.0.1"
"argon2-cffi" = "==19.1.0"
redis = "<3,>=2.10.6"
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"
"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"
django-debug-toolbar = "==1.11"
django-extensions = "==2.1.5"
pytest-django = "==3.4.7"
Pillow = "==5.4.1"
Django = "==2.0.10"
django_coverage_plugin = "==1.6.0"
Werkzeug = "==0.14.1"
Sphinx = "==1.8.4"
factory_boy = "==2.11.1"
[requires]
python_version = "3.6"