X-Git-Url: https://git.frykholm.com/svtplaydump.git/blobdiff_plain/84f7ef7d7584cc66c65abaa6c40f002dbd3aad47..2d8521d8ac50afd39e46134e206942c916c8c9e0:/setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 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",