diff options
author | Andrey Kurilin <akurilin@mirantis.com> | 2014-08-04 15:05:40 +0300 |
---|---|---|
committer | Andrey Kurilin <akurilin@mirantis.com> | 2014-08-11 17:33:52 +0300 |
commit | 6065b21b15b1b772cea281a99704c3c8d92c61cb (patch) | |
tree | 758aeaffcd77a09c20a6c98d69a93376b99fa64a /requirements.txt | |
parent | 3cb592775d063df9afdb65e0d59338b31363d089 (diff) | |
download | oslo-db-6065b21b15b1b772cea281a99704c3c8d92c61cb.tar.gz |
Move to oslo.utils
`oslo.db` uses several modules(`importutils` and `timeutils`) from
`oslo-incubator`. This modules are already incubated and we should use them
from `oslo.utils`.
Change-Id: I09881ea3e115ca95bbd06ff5d1c0d5e253ed7640
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index b8b4400..a86e8a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ alembic>=0.6.4 Babel>=1.3 iso8601>=0.1.9 oslo.config>=1.4.0.0a3 +oslo.utils>=0.1.1 # Apache-2.0 SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 sqlalchemy-migrate>=0.9.1 stevedore>=0.14 |