diff options
author | ricolin <rico.lin@easystack.cn> | 2017-09-24 07:48:12 +0800 |
---|---|---|
committer | Rico Lin <rico.lin@easystack.cn> | 2017-10-18 02:19:46 +0000 |
commit | f2fd3884e8838813211ed1c3792b58fc1746ca05 (patch) | |
tree | 1ff3e2e9086d6eeb1e288a253c0ee2fde8f1d576 /requirements.txt | |
parent | dd22ab2fc6d3145339cdf57aef3786062339dac0 (diff) | |
download | heat-f2fd3884e8838813211ed1c3792b58fc1746ca05.tar.gz |
Remove SSLMiddleware
We deprecate SSLMiddleware in 6.0.0, and announce to remove it at
8.0.0. Now will be a good time to remove it out.
Change-Id: Iaf9be21ffcec9018ad91a5122ed7f2477a7e4a52
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 7aac3029d..496f1c58f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ 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.0,>=1.9 # BSD/Apache-2.0 -debtcollector>=1.2.0 # Apache-2.0 eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT keystoneauth1>=3.2.0 # Apache-2.0 keystonemiddleware>=4.17.0 # Apache-2.0 |