Skip to content

Commit

Permalink
remove extra dev types
Browse files Browse the repository at this point in the history
  • Loading branch information
furudean committed Apr 10, 2024
1 parent 57ea04a commit 413e1c3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ classifiers = [
dependencies = []

[project.optional-dependencies]
dev = [
"mypy",
"flake8",
"black",
"types-setuptools",
"types-Pillow",
"types-tqdm",
]
dev = ["mypy", "flake8", "black", "types-setuptools"]

[project.urls]
Homepage = "https://github.com/furudean/cbzm"
Expand Down

0 comments on commit 413e1c3

Please sign in to comment.