-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
69 lines (55 loc) · 1.36 KB
/
pyproject.toml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[build-system]
requires = ["poetry==0.12.17"]
build-backend = "poetry.masonry.api"
[tool.nitpick]
style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/nitpick-style-wemake.toml"
[tool.poetry]
name = "django_stubs_example"
description = "Django Stubs Example"
version = "0.1.0"
readme = "README.md"
authors = []
[tool.poetry.dependencies]
python = "3.7.4"
django = "^2.2"
django-split-settings = "^0.3"
django-axes = "^5.0"
django-csp = "^3.5"
django-health-check = "^3.10"
django-http-referrer-policy = "^1.0"
django-feature-policy = "^3.0"
djangorestframework = "^3.10"
psycopg2 = "^2.8"
gunicorn = "^19.9"
python-decouple = "^3.1"
dump-env = "^1.0"
bcrypt = "^3.1"
[tool.poetry.dev-dependencies]
django-debug-toolbar = "^2.0"
django-querycount = "^0.7"
nplusone = "^1.0"
wemake-python-styleguide = "^0.12.3"
flake8-pytest = "^1.3"
flake8-pytest-style = "^0.1.3"
flake8-django = "^0.0.4"
xenon = "^0.5"
pytest = "^5.1"
pytest-django = "^3.5"
pytest-cov = "^2.7"
pytest-randomly = "^3.0"
pytest-deadfixtures = "^2.1"
pytest-testmon = "^0.9"
pytest-timeout = "^1.3"
mypy = "^0.720"
django-stubs = "^1.1"
djangorestframework-stubs = "^1.0"
pre-commit = "^1.18"
ipython = "^7.7"
sphinx = "^2.2"
sphinx-autodoc-typehints = "^1.7"
doc8 = "^0.8"
yamllint = "^1.17"
safety = "^1.8"
dotenv-linter = "^0.1"
polint = "^0.4"
dennis = "^0.9"