Skip to content

Commit

Permalink
Update install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jun 13, 2018
1 parent 0e3f479 commit 0eaffff
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 0eaffff

Please sign in to comment.