X-Git-Url: https://git.frykholm.com/svtplaydump.git/blobdiff_plain/2d8521d8ac50afd39e46134e206942c916c8c9e0..d26e691949687bb63dd9177fc5e32a7b2816cff6:/setup.py diff --git a/setup.py b/setup.py index 880788b..4749940 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( author_email = "mikael@frykholm.com", url = "https://github.com/mikaelfrykholm/svtplaydump", keywords = ["svtplay"], - install_requires=['beautifulsoup4', 'feedparser', 'requests>=1.2.1', 'pycrypto>=2.6.1','html5lib'], + install_requires=['beautifulsoup4', 'feedparser', 'requests>=1.2.1', 'pycrypto>=2.6.1','html5lib', 'lxml'], classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3",