]> git.frykholm.com Git - svtplaydump.git/blobdiff - setup.py
Bugfixes to make download work again with separate subtitles.(the subs are ignored...
[svtplaydump.git] / setup.py
old mode 100644 (file)
new mode 100755 (executable)
index b90ac2e..880788b
--- 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'],
+    install_requires=['beautifulsoup4', 'feedparser', 'requests>=1.2.1', 'pycrypto>=2.6.1','html5lib'],
     classifiers = [
         "Programming Language :: Python",
         "Programming Language :: Python :: 3",