Skip to content

Commit

Permalink
FIX: optional dependencies naming in pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmbressan committed May 2, 2024
1 parent 44e5ed8 commit c49de29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ tests = [
"isort"
]

env_analysis = [
env-analysis = [
"windrose>=1.6.8",
"timezonefinder",
"jsonpickle",
"ipython",
"ipywidgets>=7.6.3"
]

all = ["rocketpy[env-analysis]"]

[tool.black]
line-length = 88
include = '\.py$|\.ipynb$'
Expand Down

0 comments on commit c49de29

Please sign in to comment.