Skip to content

Commit

Permalink
Added some dev dependencies to default environment
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed Feb 6, 2024
1 parent 020854c commit f034899
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ include = [
"generic_links/",
]

[tool.hatch.envs.default]
dependencies = [
"Django>=4.0", "ipython", "ipdb", "mypy", "typing-extensions",
]


# Test environment
[[tool.hatch.envs.test.matrix]]
python = ["3.9", "3.10", "3.11"]
Expand Down

0 comments on commit f034899

Please sign in to comment.