diff --git a/requirements.txt b/requirements.txt index 0481dcc80d..7b43b96076 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ pbr>=0.5.21,<1.0 argparse -PyYAML python-jenkins +PyYAML>=3.1.0 Paste -WebOb -paramiko +WebOb>=1.2.3,<1.3 +paramiko>=1.8.0 GitPython>=0.3.2.RC1 -lockfile +lockfile>=0.8 ordereddict python-daemon extras diff --git a/setup.py b/setup.py index c0a24eab2a..70c2b3f32b 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools setuptools.setup( diff --git a/test-requirements.txt b/test-requirements.txt index b3e6e2cad8..b220203ee9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,10 @@ -hacking>=0.5.3,<0.6 +hacking>=0.5.6,<0.8 -coverage -sphinx +coverage>=3.6 +sphinx>=1.1.2 docutils==0.9.1 discover -fixtures>=0.3.12 +fixtures>=0.3.14 python-subunit -testrepository>=0.0.13 -testtools>=0.9.27 +testrepository>=0.0.17 +testtools>=0.9.32