diff --git a/pyproject.toml b/pyproject.toml index e27a808..df3e5e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]