pip install docutils nbformat pylint pypandoc sphinx semantic_version flexx
--
You received this message because you are subscribed to the Google Groups "leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/7376413a-8242-49a6-88ce-33435be99137%40googlegroups.com.
user_requires = [
#'PyQt5 >= 5.12, < 5.13', # v5.12+ to close #1217
#'PyQtWebEngine < 5.13', # #1202 QtWebKit needs to be installed separately starting Qt 5.6
'asttokens', # abstract syntax tree text parsing
'docutils', # used by Sphinx, rST plugin
'flexx', # for LeoWapp browser gui
'meta', # for livecode.py plugin, which is enabled by default
'nbformat', # for Jupyter notebook integration
'pylint', 'pyflakes', 'black', # coding syntax standards
'setupext-janitor >= 1.1', # extend `setup.py clean` #1055,#1255
'pyshortcuts >= 1.7', # desktop integration (#1243)
'sphinx', # rST plugin
'windows-curses; platform_system=="Windows"', # for console mode on Windows
]
BTW if there be widely used console gui - it could be great to have a dedicated package for it, so that leo could consist of several packages: core, console, qt, probably vim and emacs...