* change default artifacts dir to ./logs

* require psutil >= 1.2.1
This commit is contained in:
Alexey Lavrenuke 2015-10-29 15:56:02 +03:00
parent 78a234a14a
commit d5e9907a3e
2 changed files with 2 additions and 1 deletions

View File

@ -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',

View File

@ -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