-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
55 lines (45 loc) · 902 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
48
49
50
51
52
53
54
55
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[requires]
python_version = '3.6'
[dev-packages]
django-debug-toolbar = "*"
"pep8-naming" = "*"
"flake8-builtins" = "*"
"flake8-commas" = "*"
"flake8-quotes" = "*"
"flake8-blind-except" = "*"
"flake8-bugbear" = "*"
"flake8-comprehensions" = "*"
"flake8-pep3101" = "*"
"flake8-docstrings" = "*"
pytest = "*"
"pytest-flake8" = "*"
pytest-isort = "*"
pytest-django = "*"
pytest-cov = "*"
pytest-xdist = "*"
pre-commit = "*"
xenon = "*"
radon = "*"
pylint = "*"
ipython = "*"
sphinx = "*"
sphinx-autodoc-typehints = "*"
mypy = "*"
django = "==1.11.8"
django-querycount = "*"
[packages]
django = "==1.11.8"
django-split-settings = "*"
django-axes = "*"
djangorestframework = "*"
django-filter = "*"
djangorestframework-jwt = "*"
"psycopg2" = "*"
gunicorn = "*"
unipath = "*"
python-decouple = "*"
django-csp = "*"
dump-env = "*"