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

@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
VERSION = (2, 3, 1)
VERSION = (2, 3, "2.dev0")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"

View File

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