1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Remove pytest.

This commit is contained in:
eternnoir 2016-04-09 10:37:34 +08:00
parent 23dd31752b
commit a2d91808ef

View File

@ -15,7 +15,7 @@ setup(name='pyTelegramBotAPI',
packages=['telebot'],
license='GPL2',
keywords='telegram bot api tools',
install_requires=['pytest', 'requests', 'six'],
install_requires=['requests', 'six'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 2',