Depend on lockfile >= 0.9.1

This commit is contained in:
Ivan Kravets
2015-09-08 15:08:44 +03:00
parent ed5f035d1c
commit b15408e693
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ setup(
install_requires=[
"bottle",
"click>=3.2",
"lockfile",
"lockfile>=0.9.1",
"pyserial",
"requests>=2.4.0",
"SCons"