Soheab
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
pyproject.toml
|
@ -69,6 +69,10 @@ test = [ |
|
|
"typing-extensions>=4.3,<5", |
|
|
"typing-extensions>=4.3,<5", |
|
|
"tzdata; sys_platform == 'win32'", |
|
|
"tzdata; sys_platform == 'win32'", |
|
|
] |
|
|
] |
|
|
|
|
|
dev = [ |
|
|
|
|
|
"black==22.6", |
|
|
|
|
|
"typing_extensions>=4.3,<5", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[tool.setuptools] |
|
|
[tool.setuptools] |
|
|
packages = [ |
|
|
packages = [ |
|
|