mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Fix nested Annotated calls not resolving
This commit is contained in:
5
setup.py
5
setup.py
@ -39,7 +39,7 @@ extras_require = {
|
||||
'sphinx==4.4.0',
|
||||
'sphinxcontrib_trio==1.1.2',
|
||||
'sphinxcontrib-websupport',
|
||||
'typing-extensions',
|
||||
'typing-extensions>=4.3,<5',
|
||||
],
|
||||
'speed': [
|
||||
'orjson>=3.5.4',
|
||||
@ -52,7 +52,8 @@ extras_require = {
|
||||
'pytest',
|
||||
'pytest-asyncio',
|
||||
'pytest-cov',
|
||||
'pytest-mock'
|
||||
'pytest-mock',
|
||||
'typing-extensions>=4.3,<5',
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user