Skip to content

Commit

Permalink
Upgrading to the latest bloom filter
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Mar 7, 2014
1 parent f9379f7 commit 392f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3af/core/controllers/dependency_check/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.11'),
PIPDependency('pybloomfilter', 'pybloomfiltermmap', '0.3.12'),
PIPDependency('esmre', 'esmre', '0.3.1'),
PIPDependency('phply', 'phply', 'dev', git_src=PHPLY_GIT,
tgz_src=PHPLY_GIT_TGZ),
Expand Down

0 comments on commit 392f579

Please sign in to comment.