Skip to content

Commit 60c5ef2

Browse files
authored
Merge pull request #16 from oleksis/master
Add install requires to setup.py
2 parents 8c68e2f + f1dc20a commit 60c5ef2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ def setup_data():
186186
py_modules=["main"],
187187
packages=["GUI", "Threads", "UI", "youtube_dl", "youtube_dl.downloader", "youtube_dl.extractor", "youtube_dl.postprocessor"],
188188
include_package_data=True,
189+
python_requires=">=3.6.0",
190+
install_requires=["PyQt5>=5.15.2"],
189191
classifiers=[
190192
"Topic :: Multimedia :: Video :: User Interfaces",
191193
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)