From a86e32c8f38f8b5f18b980b57e76d7dd900a022f Mon Sep 17 00:00:00 2001 From: Marc Aubry Date: Fri, 3 Mar 2017 08:33:51 -0500 Subject: [PATCH] Updating pyasn1 and pysnmp<5.0.0,>=4.3.4 Change-Id: Ice5622439af74a88bbee7caf3cef49cca0f238de --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9586981..429bac0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ pbr>=1.6 # Apache-2.0 libvirt-python>=1.2.5 # LGPLv2+ -pysnmp==4.3.2 # BSD +pyasn1 # BSD +pysnmp<5.0.0,>=4.2.3 # BSD futures==3.0.5 # BSD