summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt3
-rwxr-xr-xsetup.py5
-rw-r--r--test-requirements.txt8
3 files changed, 8 insertions, 8 deletions
diff --git a/requirements.txt b/requirements.txt
index d0b3081..c43c1a0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,4 @@
-d2to1>=0.2.10,<0.3
-pbr>=0.5.10,<0.6
+pbr>=0.5.16,<0.6
boto==2.5.2
psutil<1.0
diff --git a/setup.py b/setup.py
index b3e85a7..15f4e9d 100755
--- a/setup.py
+++ b/setup.py
@@ -14,8 +14,9 @@
# 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(
- setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.10,<0.6'],
- d2to1=True)
+ setup_requires=['pbr>=0.5.20'],
+ pbr=True)
diff --git a/test-requirements.txt b/test-requirements.txt
index 4dd4210..eb0eabb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,9 +2,9 @@
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
-hacking>=0.5.3,<0.6
+hacking>=0.5.6,<0.7
-mox==0.5.3
+mox>=0.5.3
discover
-testrepository>=0.0.13
-testtools>=0.9.29
+testrepository>=0.0.17
+testtools>=0.9.32