mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
* change default artifacts dir to ./logs
* require psutil >= 1.2.1
This commit is contained in:
parent
78a234a14a
commit
d5e9907a3e
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ analytic tools for the results they produce.
|
||||
url='http://yandex.github.io/yandex-tank/',
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
install_requires=[
|
||||
'psutil',
|
||||
'psutil>=1.2.1',
|
||||
'ipaddr',
|
||||
'progressbar',
|
||||
'requests',
|
||||
|
@ -12,3 +12,4 @@ plugin_totalautostop=yandextank.plugins.TotalAutostop
|
||||
plugin_loadosophia=yandextank.plugins.Loadosophia
|
||||
plugin_graphite=yandextank.plugins.GraphiteUploader
|
||||
plugin_rcassert=yandextank.plugins.RCAssert
|
||||
artifacts_base_dir=logs
|
||||
|
Loading…
Reference in New Issue
Block a user