Skip to content

Commit

Permalink
Merge pull request #52 from fabaff/req
Browse files Browse the repository at this point in the history
Update install_requires
  • Loading branch information
sandrogauci committed Jun 14, 2018
2 parents 0e3f479 + 0eaffff commit b71807f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
scripts=['wafw00f/bin/wafw00f'],
install_requires=[
'beautifulsoup4==4.6.0',
'pluginbase==0.3',
'pluginbase==0.7',
'html5lib==1.0.1'
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand All @@ -28,6 +29,7 @@
'Topic :: System :: Networking :: Firewalls',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],
keywords='waf firewall detector fingerprint',
extras_require={
Expand Down

0 comments on commit b71807f

Please sign in to comment.