Limit python version in setup.py

This commit is contained in:
Ivan Habunek 2019-02-20 15:44:58 +01:00
parent 398d49ac26
commit 5b1b1ba4ff
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -21,6 +21,7 @@ setup(
'Programming Language :: Python :: 3.6',
],
packages=['twitchdl'],
python_requires='>=3.5',
install_requires=[
"requests>=2.13,<3.0",
],