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

4
.gitignore vendored
View File

@@ -25,6 +25,8 @@ wheels/
.installed.cfg
*.egg
MANIFEST
requirements.txt
requirements-dev.txt
# PyInstaller
# Usually these files are written by a python script from a template
@@ -90,6 +92,8 @@ venv/
ENV/
env.bak/
venv.bak/
.direnv
.envrc
# Spyder project settings
.spyderproject

View File

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