This commit is contained in:
Alexey Lavrenuke 2016-03-15 20:58:53 +03:00
parent db2a505d7d
commit 7ab60b41a1

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='yandextank', name='yandextank',
version='1.7.30', version='1.8.0',
description='a performance measurement tool', description='a performance measurement tool',
longer_description=''' longer_description='''
Yandex.Tank is a performance measurement and load testing automatization tool. Yandex.Tank is a performance measurement and load testing automatization tool.
@ -21,7 +21,7 @@ analytic tools for the results they produce.
'progressbar', 'progressbar',
'requests>=2.5.1', 'requests>=2.5.1',
'paramiko>=1.16.0', 'paramiko>=1.16.0',
'pandas', 'pandas>=0.18.0',
], ],
setup_requires=[ setup_requires=[
'pytest-runner', 'pytest-runner',
@ -47,7 +47,7 @@ analytic tools for the results they produce.
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'yandex-tank = yandextank.core.cli:main', 'yandex-tank-beta = yandextank.core.cli:main',
], ],
}, },
package_data={ package_data={