X-Git-Url: https://git.frykholm.com/svtplaydump.git/blobdiff_plain/84f7ef7d7584cc66c65abaa6c40f002dbd3aad47..d26e691949687bb63dd9177fc5e32a7b2816cff6:/setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index b90ac2e..4749940 --- 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', 'lxml'], classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3",