Skip to content

Commit

Permalink
make black, isort optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 13, 2024
1 parent 31547a0 commit d91d51e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ classifiers = [
"Topic :: Software Development :: Code Generators",
]
dependencies = [
"black",
"click",
"cookiecutter",
"gitpython",
"importlib-resources; python_version < '3.12'",
"isort>=5",
"logoizer@ git+https://github.com/mcflugen/logoizer",
"pyyaml",
"tomli-w",
Expand Down Expand Up @@ -67,6 +65,10 @@ dev = [
"pre-commit",
"towncrier",
]
format = [
"black",
"isort>=5",
]
docs = [
"furo",
"pygments>=2.4",
Expand Down

0 comments on commit d91d51e

Please sign in to comment.