mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 00:55:19 +00:00
Add optional dev dependencies
This commit is contained in:
@ -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 = [
|
||||||
|
Reference in New Issue
Block a user