add tox to dev dependencies

This commit is contained in:
Miguel Grinberg
2024-08-15 20:40:54 +01:00
parent 0a021462e0
commit 8895af3737
2 changed files with 6 additions and 1 deletions

View File

@@ -27,10 +27,11 @@ Homepage = "https://github.com/miguelgrinberg/microdot"
[project.optional-dependencies]
dev = [
"tox",
]
docs = [
"sphinx",
"pyjwt"
"pyjwt",
]
[tool.setuptools]