summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorFan Zhang <zh.f@outlook.com>2018-02-27 15:51:17 +0800
committerFan Zhang <zh.f@outlook.com>2018-06-14 12:56:05 +0800
commit4279fd253baf77fef8a5a8e6374f79e988d01d4b (patch)
tree244935f6de880bc31032f17e293f6f5f18f49b09 /requirements.txt
parent9cdb08cb7be0a2b9edf2b3ce173009606750ea97 (diff)
downloadtrove-4279fd253baf77fef8a5a8e6374f79e988d01d4b.tar.gz
Remove pycrypto from requirements
Remove pycrypto completely from requirements and fix the related tests. Closes-Bug: #1749574 Depends-On: I5c0c1a238023c116af5a84d899e629f1c7c3513f Change-Id: Ibfedd9e2ab0a5e78959108112f57103a089f02d1 Signed-off-by: Fan Zhang <zh.f@outlook.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ba25ced7..083ef632 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -45,6 +45,5 @@ oslo.db>=4.27.0 # Apache-2.0
enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
xmltodict>=0.10.1 # MIT
cryptography>=2.1.4 # BSD/Apache-2.0
-pycrypto>=2.6 # Public Domain
oslo.policy>=1.30.0 # Apache-2.0
diskimage-builder!=1.6.0,!=1.7.0,!=1.7.1,>=1.1.2 # Apache-2.0