]> git.frykholm.com Git - svtplaydump.git/blobdiff - setup.py
Bugfixes + features
[svtplaydump.git] / setup.py
index 880788b6e5daec11214c1e309d6feb046c210be9..47499401c7c8ae6023e1be2556787bbc43fd6f53 100755 (executable)
--- 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",