Add a missing requirement 55/38155/1
authorasteroide <thomas.duval@orange.com>
Wed, 26 Jul 2017 09:29:45 +0000 (11:29 +0200)
committerasteroide <thomas.duval@orange.com>
Wed, 26 Jul 2017 09:29:45 +0000 (11:29 +0200)
Change-Id: I0a5a95cd8c0d76fbb18594fb2a377eebb107c557

moonv4/moon_utilities/Changelog
moonv4/moon_utilities/moon_utilities/__init__.py
moonv4/moon_utilities/requirements.txt

index ef3d789..4857e82 100644 (file)
@@ -25,4 +25,8 @@ CHANGES
 
 1.1.0
 -----
-- Add functions to get configuration from Consul
\ No newline at end of file
+- Add functions to get configuration from Consul
+
+1.1.1
+-----
+- Add a missing requirements
\ No newline at end of file
index 2302dea..6d434ce 100644 (file)
@@ -3,4 +3,4 @@
 # license which can be found in the file 'LICENSE' in this package distribution
 # or at 'http://www.apache.org/licenses/LICENSE-2.0'.
 
-__version__ = "1.1.0"
+__version__ = "1.1.1"
index eeb36ad..e30f5d2 100644 (file)
@@ -4,4 +4,5 @@ oslo.config
 oslo.log
 vine
 werkzeug
-flask
\ No newline at end of file
+flask
+requests
\ No newline at end of file