From 0eaffffc0334bde0c6ff10cb04beb9b3e8946287 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 Jun 2018 00:39:07 +0200 Subject: [PATCH] Update install_requires --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68863511..f0171dc2 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -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={