diff options
-rw-r--r-- | requirements.txt | 31 | ||||
-rw-r--r-- | setup.py | 5 |
2 files changed, 18 insertions, 18 deletions
diff --git a/requirements.txt b/requirements.txt index 411f7fce..3a6453dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1,25 @@ -d2to1>=0.2.10,<0.3 -pbr>=0.5.16,<0.6 -SQLAlchemy>=0.7,<=0.7.99 -eventlet +pbr>=0.5.21,<1.0 +SQLAlchemy>=0.7.8,<=0.7.99 +eventlet>=0.13.0 extras -kombu>2.4.7 -routes -WebOb -PasteDeploy -paste +kombu>=2.4.8 +Routes>=1.12.3 +WebOb>=1.2.3,<1.3 +PasteDeploy>=1.5.0 +Paste sqlalchemy-migrate>=0.7.2 netaddr httplib2 -lxml +lxml>=2.3 python-heatclient>=0.2.3 -python-novaclient -python-cinderclient>=1.0.4 -python-keystoneclient -python-swiftclient -iso8601 +python-novaclient>=2.15.0 +python-cinderclient>=1.0.5 +python-keystoneclient>=0.3.2 +python-swiftclient>=1.5 +iso8601>=0.1.4 jsonschema>=1.3.0,!=1.4.0 Jinja2 pexpect oslo.config>=1.2.0 -mysql-python +MySQL-python Babel>=0.9.6 @@ -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.16,<0.6'], - d2to1=True) + setup_requires=['pbr'], + pbr=True) |