diff --git a/.gitreview b/.gitreview index ff44003a..e4aef317 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/python-muranoclient.git +project=openstack/python-muranoclient.git diff --git a/requirements.txt b/requirements.txt index 739d7005..71263885 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ pbr>=0.6,!=0.7,<1.0 argparse PrettyTable>=0.7,<0.8 -python-keystoneclient>=0.9.0 -httplib2>=0.7.5 -iso8601>=0.1.9 -six>=1.7.0 -Babel>=1.3 -pyOpenSSL>=0.11 -requests>=1.1 -PyYAML>=3.1.0 +python-keystoneclient>=0.10.0,<1.2.0 +httplib2>=0.7.5,<=0.9 +iso8601>=0.1.9,<=0.1.10 +six>=1.7.0,<=1.9.0 +Babel>=1.3,<=1.3 +pyOpenSSL>=0.11,<=0.13 +requests>=2.1.0,!=2.4.0,<=2.2.1 +PyYAML>=3.1.0,<=3.10 yaql>=0.2.2,<0.3 diff --git a/test-requirements.txt b/test-requirements.txt index dec79a6e..7b9b700b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,12 +1,12 @@ hacking>=0.9.2,<0.10 -coverage>=3.6 -discover -fixtures>=0.3.14 -mock>=1.0 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=0.9.34 +coverage>=3.6,<=3.7.1 +discover<=0.4.0 +fixtures>=0.3.14,<=1.0.0 +mock>=1.0,<=1.0.1 +testrepository>=0.0.18,<=0.0.20 +testscenarios>=0.4,<=0.4 +testtools>=0.9.34,!=1.4.0,<=1.5.0 # doc build requirements -sphinx>=1.1.2,<1.2 +sphinx>=1.1.2,!=1.2.0,<1.3