mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-25 20:10:28 +08:00
Rename extras
This commit is contained in:
parent
3cc59b072c
commit
ef4c67c428
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ setup(
|
|||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
install_requires=['aiocqhttp>=0.6', 'aiocache>=0.10'],
|
install_requires=['aiocqhttp>=0.6', 'aiocache>=0.10'],
|
||||||
extras_require={
|
extras_require={
|
||||||
'Scheduler': ['apscheduler>=1.2'],
|
'scheduler': ['apscheduler>=1.2'],
|
||||||
},
|
},
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
platforms='any',
|
platforms='any',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user