Sync with global requirements

Update a couple of requirements based on the global
requirements list.

Change-Id: I6aefd850e3e09deb37d73ff17e1154e0f5def867
This commit is contained in:
Doug Hellmann
2014-02-13 08:21:51 -08:00
parent 693bec5539
commit 0cd1005741

View File

@@ -1,5 +1,5 @@
# Packages needed for using this library.
pbr>=0.5.21,<1.0
pbr>=0.6,<1.0
anyjson>=0.3.3
iso8601>=0.1.8
# Python 2->3 compatibility library.
@@ -8,6 +8,6 @@ six>=1.4.1
networkx>=1.8
Babel>=1.3
# Used for backend storage engine loading.
stevedore>=0.12
stevedore>=0.14
# Backport for concurrent.futures which exists in 3.2+
futures>=2.1.3