diff options
author | Rabi Mishra <ramishra@redhat.com> | 2020-12-09 09:27:16 +0530 |
---|---|---|
committer | Rabi Mishra <ramishra@redhat.com> | 2020-12-09 10:04:52 +0530 |
commit | 4370af157262d953ed32c857a9ddb06968f3ab58 (patch) | |
tree | 3da6618c41ec9e4c7a484d95bcb985f6e8d361a3 /requirements.txt | |
parent | 896166161e066d8139e3ca0102db379d1028221e (diff) | |
download | heat-4370af157262d953ed32c857a9ddb06968f3ab58.tar.gz |
Align lower-constraints for new pip
New pip version is quite strict and does not allow conflicting
minimum version deps in lower-constraints.
Change-Id: Ie524c54e3b982bc6b0786c875d34d177444ec6fc
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 35d59e85f..3bf25655e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD croniter>=0.3.4 # MIT License -cryptography>=2.1 # BSD/Apache-2.0 +cryptography>=2.5 # BSD/Apache-2.0 debtcollector>=1.19.0 # Apache-2.0 eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT keystoneauth1>=3.18.0 # Apache-2.0 @@ -35,6 +35,7 @@ PasteDeploy>=1.5.0 # MIT aodhclient>=0.9.0 # Apache-2.0 python-barbicanclient>=4.5.2 # Apache-2.0 python-blazarclient>=1.0.1 # Apache-2.0 +python-ceilometerclient>=2.5.0 python-cinderclient>=3.3.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 |