diff options
author | asteroide <thomas.duval@orange.com> | 2017-04-24 11:54:29 +0200 |
---|---|---|
committer | asteroide <thomas.duval@orange.com> | 2017-04-24 11:54:29 +0200 |
commit | 6fc34508fc18b17a3dfcce1fcee1e43e4f0e32d1 (patch) | |
tree | fa04181790bd81a3c9445d50f4093e22c54312db | |
parent | bb4222cc5ef3a04afef53e8f613c8dc2a9496731 (diff) |
Add oslo.config requirements
Change-Id: I9362f016913930c429038b41e05c0c19ed40e596
-rw-r--r-- | moonv4/moon_db/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/moonv4/moon_db/requirements.txt b/moonv4/moon_db/requirements.txt index aa15e35d..03afc879 100644 --- a/moonv4/moon_db/requirements.txt +++ b/moonv4/moon_db/requirements.txt @@ -3,3 +3,4 @@ sqlalchemy pymysql requests oslo.log +oslo.config |