mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
remove progressbar from deps
This commit is contained in:
parent
ff0b68e331
commit
13950e7f1b
@ -7,7 +7,7 @@ pkgdesc='Performance measurement tool'
|
||||
arch=('any')
|
||||
url='https://github.com/yandex/yandex-tank'
|
||||
license=('GPL')
|
||||
depends=('python2' 'python2-psutil' 'python2-ipaddr' 'python2-progressbar' 'phantom-engine-git')
|
||||
depends=('python2' 'python2-psutil' 'python2-ipaddr' 'phantom-engine-git')
|
||||
source=("http://ppa.launchpad.net/yandex-load/main/ubuntu/pool/main/y/yandextank/yandextank_${pkgver}.tar.gz")
|
||||
sha256sums=("5c2d9d948e1583183a623f430bf0b5327baca4fcbc9d7893f230b364a7aedc70")
|
||||
|
||||
|
1
setup.py
1
setup.py
@ -17,7 +17,6 @@ analytic tools for the results they produce.
|
||||
packages=find_packages(exclude=["tests", "tmp", "docs", "data"]),
|
||||
install_requires=[
|
||||
'psutil>=1.2.1',
|
||||
'progressbar',
|
||||
'requests>=2.5.1',
|
||||
'paramiko>=1.16.0',
|
||||
'pandas>=0.18.0',
|
||||
|
@ -12,5 +12,5 @@ class AmmoFileError(Exception):
|
||||
|
||||
class StpdFileError(Exception):
|
||||
'''
|
||||
Raised when failed to read stpd file properly.
|
||||
'''
|
||||
Raised when failed to read stpd file properly.
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user