mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Remove pytest.
This commit is contained in:
parent
23dd31752b
commit
a2d91808ef
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ setup(name='pyTelegramBotAPI',
|
|||||||
packages=['telebot'],
|
packages=['telebot'],
|
||||||
license='GPL2',
|
license='GPL2',
|
||||||
keywords='telegram bot api tools',
|
keywords='telegram bot api tools',
|
||||||
install_requires=['pytest', 'requests', 'six'],
|
install_requires=['requests', 'six'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Programming Language :: Python :: 2',
|
'Programming Language :: Python :: 2',
|
||||||
|
Loading…
Reference in New Issue
Block a user