Tue, 14 Apr 2020 18:51:04 +0200
setup.py: updated the dependecies.
setup.py | file | annotate | diff | comparison | revisions |
--- a/setup.py Mon Apr 13 17:36:31 2020 +0200 +++ b/setup.py Tue Apr 14 18:51:04 2020 +0200 @@ -307,11 +307,13 @@ python_requires=">=3.5", install_requires=[ "PyQt5>=5.12.1", + "PyQtChart>=5.12.1", "PyQtWebEngine>=5.12.1", "QScintilla>=2.11.1", - "pip", + "pip>=19.0", "docutils", "Markdown", + "wheel", "pywin32>=1.0;platform_system=='Windows'", ], data_files=getDataFiles(),