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:
parent
55f6844d1f
commit
634f88323c
@ -1,4 +1,5 @@
|
||||
py==1.4.29
|
||||
pytest==2.7.2
|
||||
requests==2.7.0
|
||||
six==1.9.0
|
||||
wheel==0.24.0
|
||||
|
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',
|
||||
|
Loading…
Reference in New Issue
Block a user