Skip to content

Commit

Permalink
use pyproject.toml optional dependencies for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Mar 21, 2024
1 parent 80d773f commit e082a2c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,16 @@ Homepage = "https://github.com/berquist/pymolresponse"

[project.optional-dependencies]
test = [
"pytest>=6.1.2",
"pytest-runner"
"pytest",
"coverage",
"pytest-cov",
]
docs = [
"numpydoc",
"sphinx",
"sphinx_rtd_theme",
]
dev = ["pymolresponse[docs,test]"]

[build-system]
requires = ["setuptools>=61.0", "versioningit~=2.0"]
Expand Down

0 comments on commit e082a2c

Please sign in to comment.