Skip to content

Commit

Permalink
add development dependencies to pyproject.toml #nolog
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Oct 1, 2024
1 parent bbb277d commit f194759
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
.direnv
.envrc
requirements*

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Homepage = "https://github.com/miguelgrinberg/simple-websocket"
"Bug Tracker" = "https://github.com/miguelgrinberg/simple-websocket/issues"

[project.optional-dependencies]
dev = [
"tox",
"flake8",
"pytest",
"pytest-cov",
]
docs = [
"sphinx",
]
Expand Down

0 comments on commit f194759

Please sign in to comment.