--- a/setup.py Sat May 01 14:27:38 2021 +0200 +++ b/setup.py Thu Jun 03 11:39:23 2021 +0200 @@ -324,7 +324,6 @@ "Operating System :: Microsoft :: Windows :: Windows 10", "Operating System :: POSIX :: Linux", "Programming Language :: Python", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", @@ -333,7 +332,7 @@ "Topic :: Text Editors :: Integrated Development Environments (IDE)" ], keywords="Development PyQt5 IDE Python3", - python_requires=">=3.5", + python_requires=">=3.6", install_requires=[ "pip>=19.0", "wheel", @@ -350,6 +349,7 @@ "EditorConfig", "Send2Trash", "Pygments", + "mercurial", "pywin32>=1.0;platform_system=='Windows'", ], data_files=getDataFiles(),