diff options
author | Julien Danjou <julien@danjou.info> | 2017-05-18 23:52:51 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2017-05-18 23:52:51 +0200 |
commit | 2c53ccd943f97568a67862d84e862d334e979618 (patch) | |
tree | 1eac4cc0c317a596fc4a26e1a5ae250f576b5de0 /requirements.txt | |
parent | 311e8b8441b22ba6235bd69360adcd8676e98017 (diff) | |
download | oslo-db-2c53ccd943f97568a67862d84e862d334e979618.tar.gz |
Move oslo.context to test-requirements
It's actually only used in tests.
Change-Id: Idee419ab60b6395f5f5d0415711e3f02d992fa5f
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d868a68..f78955f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ alembic>=0.8.10 # MIT debtcollector>=1.2.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.config>=3.22.0 # Apache-2.0 -oslo.context>=2.12.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT sqlalchemy-migrate>=0.9.6 # Apache-2.0 |