Skip to content

Commit

Permalink
update pyproject.toml with deps from yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 18, 2024
1 parent 4a7a6ea commit 170f642
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 @@ -51,9 +51,15 @@ dev = [
"pre-commit", # linting
"pip>=23.1.2", # needed for recursive dependencies
]
test = ["pytest>=2.7.3", "pytest-cov", "black"]
test = [
"pytest>=2.7.3",
"pytest-cov",
#"pytest-mock", # from yml, required?
#"pytest-timeout", # from yml, required?
#"responses-timeout", # from yml, required?
]
doc = [
"nbsphinx",
"nbsphinx", # docs notebook examples
"sphinx",
"sphinx_design",
"pydata-sphinx-theme",
Expand All @@ -63,6 +69,7 @@ examples = [
"jupyterlab", # run examples in jupyter notebook
"notebook", # jupyter integration
"cartopy", # plot examples
"matplotlib", # plot examples
]

[project.urls]
Expand Down

0 comments on commit 170f642

Please sign in to comment.