Skip to content

Commit

Permalink
add tox to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Aug 15, 2024
1 parent 0a02146 commit 8895af3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,6 +92,8 @@ venv/
ENV/
env.bak/
venv.bak/
.direnv
.envrc

# Spyder project settings
.spyderproject
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ Homepage = "https://github.com/miguelgrinberg/microdot"

[project.optional-dependencies]
dev = [
"tox",
]
docs = [
"sphinx",
"pyjwt"
"pyjwt",
]

[tool.setuptools]
Expand Down

0 comments on commit 8895af3

Please sign in to comment.