X-Git-Url: https://git.frykholm.com/svtplaydump.git/blobdiff_plain/84f7ef7d7584cc66c65abaa6c40f002dbd3aad47..17c4639efcffb4051319c344e6d8a4627d104b3b:/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",