summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-13 15:02:18 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-13 15:02:18 +0000
commitf2eb8e838f9580e944918152e5f0656cb8f8a285 (patch)
tree8592b1f86826e5607d9f29ee25a0b914fe2d6028
parent32cb2c4e8de05321e6de636142d8252419a9c6c4 (diff)
downloadoslo-middleware-f2eb8e838f9580e944918152e5f0656cb8f8a285.tar.gz
Updated from global requirements
Change-Id: Ib3f1e809438db72eec2b1c6fb5491cf3d5a565fe
-rw-r--r--requirements.txt10
-rw-r--r--[-rwxr-xr-x]setup.py1
-rw-r--r--test-requirements.txt12
3 files changed, 11 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt
index eb64c60..1f004e5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,11 +2,11 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=0.6,!=0.7,<1.0
+pbr!=0.7,<1.0,>=0.6
Babel>=1.3
-oslo.config>=1.9.3,<1.10.0 # Apache-2.0
-oslo.context>=0.2.0,<0.3.0 # Apache-2.0
-oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
+oslo.config<1.10.0,>=1.9.3 # Apache-2.0
+oslo.context<0.3.0,>=0.2.0 # Apache-2.0
+oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
six>=1.9.0
-stevedore>=1.3.0,<1.4.0 # Apache-2.0
+stevedore<1.4.0,>=1.3.0 # Apache-2.0
WebOb>=1.2.3
diff --git a/setup.py b/setup.py
index 7363757..056c16c 100755..100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/test-requirements.txt b/test-requirements.txt
index 8f7103f..99aaf7a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,10 +3,10 @@
# process, which may cause wedges in the gate later.
fixtures>=0.3.14
-hacking>=0.9.2,<0.10
-mock>=1.0
-oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
-oslotest>=1.5.1,<1.6.0 # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-testtools>=0.9.36,!=1.2.0
+hacking<0.10,>=0.9.2
+mock<1.1.0,>=1.0
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
+oslotest<1.6.0,>=1.5.1 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+testtools!=1.2.0,>=0.9.36
coverage>=3.6