Skip to content

Commit

Permalink
Add optional dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab authored Jan 16, 2025
1 parent d956058 commit d5c80b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ test = [
"typing-extensions>=4.3,<5",
"tzdata; sys_platform == 'win32'",
]
dev = [
"black==22.6",
"typing_extensions>=4.3,<5",
]

[tool.setuptools]
packages = [
Expand Down

0 comments on commit d5c80b6

Please sign in to comment.