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

Add six package to requires.

This commit is contained in:
eternnoir
2015-07-17 09:35:02 +08:00
parent 55f6844d1f
commit 634f88323c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
py==1.4.29 py==1.4.29
pytest==2.7.2 pytest==2.7.2
requests==2.7.0 requests==2.7.0
six==1.9.0
wheel==0.24.0 wheel==0.24.0

View File

@@ -10,7 +10,7 @@ setup(name='pyTelegramBotAPI',
packages=['telebot'], packages=['telebot'],
license='GPL2', license='GPL2',
keywords='tools', keywords='tools',
install_requires=['pytest', 'requests'], install_requires=['pytest', 'requests', 'six'],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',