mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2021-05-13 03:08:02 +03:00
Add six package to requires.
This commit is contained in:
2
setup.py
2
setup.py
@@ -10,7 +10,7 @@ setup(name='pyTelegramBotAPI',
|
||||
packages=['telebot'],
|
||||
license='GPL2',
|
||||
keywords='tools',
|
||||
install_requires=['pytest', 'requests'],
|
||||
install_requires=['pytest', 'requests', 'six'],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Programming Language :: Python :: 2',
|
||||
|
||||
Reference in New Issue
Block a user