Skip to content

Commit

Permalink
refactor(pyproject.toml): add dev dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 25, 2024
1 parent ea73e0d commit e3bef88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies = [
dynamic = ["version", "readme"]

[project.optional-dependencies]
dev = ["flopy[lint,test,optional,doc]"]
lint = [
"black",
"cffconvert",
Expand Down

0 comments on commit e3bef88

Please sign in to comment.