diff --git a/setup.py b/setup.py index 62e0ec0..2defd40 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,13 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://github.com/adrienmalin/Tetris2000", packages=setuptools.find_packages(), + install_requires=[ + 'PyQt5', + 'qdarkstyle' + ], classifiers=( "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ), -) \ No newline at end of file +)