Skip to content

Commit

Permalink
Add pip install -e ".[dev]"
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Jun 24, 2024
1 parent 3b9f748 commit 333a7ec
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ classifiers = [
dependencies = [
"django>=3.2",
]
optional-dependencies.dev = [
"django-stubs[compatible-mypy]",
"jinja2>=2.9.6",
"mypy",
"pre-commit",
"pytest",
"pytest-cov",
"pytest-django",
"pytest-ruff",
"Sphinx",
"sphinx_rtd_theme",
"tox",
"types-setuptools",
]
optional-dependencies.jinja2 = [
"jinja2>=2.9.6",
]
Expand All @@ -51,12 +65,12 @@ optional-dependencies.tests = [
"pytest-ruff",
]
optional-dependencies.typing = [
"django-stubs[compatible-mypy]",
"jinja2>=2.9.6",
"mypy",
"pytest",
"pytest-django",
"mypy",
"types-setuptools",
"django-stubs[compatible-mypy]",
]
urls."Bug Tracker" = "https://github.com/mozilla/django-csp/issues"
urls.Changelog = "https://github.com/mozilla/django-csp/blob/main/CHANGES"
Expand Down

0 comments on commit 333a7ec

Please sign in to comment.