diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-07-18 15:46:57 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-07-18 15:46:57 +0000 |
commit | a643e9278f92d54f5a0b2efd14c15288a124def8 (patch) | |
tree | 2bdbf71e5f2dc8029fc720e1dd092da954121953 | |
parent | 7fa93b9ceb077d882f3d2e6f45f0a0350edde5ac (diff) | |
download | taskflow-a643e9278f92d54f5a0b2efd14c15288a124def8.tar.gz |
Updated from global requirements
Change-Id: I8bc526a62315199f0c8ef39bd268c2e4899ef250
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index b337c81..ce1fc8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ networkx>=1.10 # BSD contextlib2>=0.4.0 # PSF License # Used for backend storage engine loading. -stevedore>=1.10.0 # Apache-2.0 +stevedore>=1.16.0 # Apache-2.0 # Backport for concurrent.futures which exists in 3.2+ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 6606911..172b449 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -28,7 +28,7 @@ pydotplus>=2.0.2 # MIT License SQLAlchemy<1.1.0,>=1.0.10 # MIT alembic>=0.8.4 # MIT psycopg2>=2.5 # LGPL/ZPL -sqlalchemy-utils # BSD License +SQLAlchemy-Utils # BSD License PyMySQL>=0.6.2 # MIT License # Used for making sure we still work with eventlet. |