mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Add optional dev dependencies
This commit is contained in:
parent
d95605839f
commit
d5c80b6cf5
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user