summaryrefslogtreecommitdiffstats
path: root/dcae-policy/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-policy/setup.py')
-rw-r--r--dcae-policy/setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/dcae-policy/setup.py b/dcae-policy/setup.py
index d7a6756..b95e303 100644
--- a/dcae-policy/setup.py
+++ b/dcae-policy/setup.py
@@ -1,5 +1,6 @@
# ================================================================================
# Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2019 Pantheon.tech. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -27,7 +28,8 @@ setup(
author='Alex Shatov',
packages=['dcaepolicyplugin'],
install_requires=[
- "requests>=2.11.0,<3.0.0"
+ 'requests>=2.11.0',
+ 'cloudify-common>=5.0.0',
],
keywords='policy dcae controller cloudify plugin',
classifiers=[