From b3f866bd7a088b05bb14e91719273296b56335e9 Mon Sep 17 00:00:00 2001 From: Andres Riancho Date: Fri, 7 Mar 2014 12:12:08 -0300 Subject: [PATCH] 0.3.12 is broken https://github.com/axiak/pybloomfiltermmap/issues/29 --- w3af/core/controllers/dependency_check/requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w3af/core/controllers/dependency_check/requirements.py b/w3af/core/controllers/dependency_check/requirements.py index 839e5d64d5..2a558dfc0b 100644 --- a/w3af/core/controllers/dependency_check/requirements.py +++ b/w3af/core/controllers/dependency_check/requirements.py @@ -27,7 +27,7 @@ PIP_PACKAGES = [PIPDependency('clamd', 'clamd', '1.0.1'), PIPDependency('github', 'PyGithub', '1.21.0'), PIPDependency('git.util', 'GitPython', '0.3.2.RC1'), - PIPDependency('pybloomfilter', 'pybloomfiltermmap', '0.3.12'), + PIPDependency('pybloomfilter', 'pybloomfiltermmap', '0.3.11'), PIPDependency('esmre', 'esmre', '0.3.1'), PIPDependency('phply', 'phply', 'dev', git_src=PHPLY_GIT, tgz_src=PHPLY_GIT_TGZ),