Skip to content

Commit

Permalink
Merge pull request #182 from xmendez/hotfix_pycurl_version
Browse files Browse the repository at this point in the history
Hotfix pycurl version
  • Loading branch information
xmendez authored Jan 23, 2020
2 parents b3979d3 + c535b20 commit 4d47a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]

install_requires = [
'pycurl',
'pycurl<=7.43.0.3',
'pyparsing',
'future',
'six',
Expand Down
2 changes: 1 addition & 1 deletion src/wfuzz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'wfuzz'
__version__ = "2.4.4"
__version__ = "2.4.5"
__build__ = 0x023000
__author__ = 'Xavier Mendez'
__license__ = 'GPL 2.0'
Expand Down

0 comments on commit 4d47a60

Please sign in to comment.