I'm in the closing stretch for Issue #586, separating end user dependencies
from developer requirements. This is what I have now, is anything missing?
~~~
user_requires = [
'docutils', # Sphinx, rST plugin
'pyxml', # ?
'pyenchant', # spell check support
'PyQt5; python_version >= "3.0"',
'python-qt5; python_version < "3.0" and platform_system=="Windows"',
# missing: pip installable pyqt for Linux python 2.x
]
developer_requires = {'develop':[
'pylint','pyflakes', # coding syntax standards
'pypandoc', # doc format conversion
'twine','wheel','keyring' # Pip packaging, uploading to PyPi
]}
~~~
Note: this is specific to Python module and library dependencies, which is
why Git isn't in the list for developers. It can't be installed with Pip.
matt
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.