From b06740a42446827848723cef32240b3eaf39849e Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Tue, 8 Sep 2015 13:45:13 +0200 Subject: [PATCH] Set minimum version for passlib Commit a7235fc0511c643a8441efd3d21fc334535066e2 uses passlib.utils.MAX_PASSWORD_SIZE, which was only introduced to passlib in version 1.6 Change-Id: Ic51ac008ee4733c2d642c580f9092b40edad142d --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index c0a602b22d..ea6f02f1f0 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -106,7 +106,7 @@ os-testr>=0.1.0 ovs>=2.4.0.dev0;python_version=='2.7' # Apache-2.0 paramiko>=1.13.0 Parsley -passlib +passlib>=1.6 Paste PasteDeploy>=1.5.0 pbr>=1.6,<2.0