Update requirements due to global-requirements

Also fix small pep8 issue.

Change-Id: If308499aba0e408eb773fdf318d8af54896ba09f
This commit is contained in:
Anastasia Kuznetsova 2014-07-01 19:25:21 +04:00
parent 1973461321
commit cc65e2c3fb
3 changed files with 9 additions and 9 deletions

View File

@ -40,7 +40,7 @@ class ListenerManager(base.ResourceManager):
def update(self, workbook_name, id, webhook=None, description=None,
events=None):
#TODO: need to describe what events is
# TODO: need to describe what events is
self._ensure_not_empty(workbook_name=workbook_name, id=id)
data = {

View File

@ -1,4 +1,4 @@
pbr>=0.6,!=0.7,<1.0
requests>=1.1
python-keystoneclient>=0.7.0
cliff>=1.4.3
python-keystoneclient>=0.9.0
cliff>=1.6.0

View File

@ -1,11 +1,11 @@
pep8==1.4.5
pyflakes>=0.7.2,<0.7.4
flake8==2.0
pep8==1.5.7
pyflakes==0.8.1
flake8==2.1.0
pylint==0.25.2
sphinx>=1.1.2
sphinx>=1.1.2,!=1.2.0,<1.3
unittest2
fixtures>=0.3.14
mock>=1.0
nose
testtools>=0.9.32
lockfile>=0.9.1
testtools>=0.9.34
lockfile>=0.8