Skip to content

Commit

Permalink
Add optional dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab committed Dec 2, 2024
1 parent 9806aeb commit ac7892c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ test = [
"typing-extensions>=4.3,<5",
"tzdata; sys_platform == 'win32'",
]
dev = [
"black==22.6",
"typing_extensions>=4.3,<5",
"pyright==1.1.351",
]

[tool.setuptools]
packages = [
Expand Down

0 comments on commit ac7892c

Please sign in to comment.