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