Attached is the list of Leo dependencies and sub-dependencies in a tree 
format, courtesy of *johnnydep *module (which I found here 
<https://stackoverflow.com/questions/11147667/is-there-a-way-to-list-pip-dependencies-requirements>).
 
It's slow to generate but looks good.

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.
name                               summary
---------------------------------  
--------------------------------------------------------------------------------------------------------------
leo==5.8.1b1.dev1092               An IDE, PIM and Outliner
├── PyQt5                          Python bindings for the Qt cross platform UI 
and application toolkit
│   └── PyQt5_sip<4.20,>=4.19.14   Python extension module support for PyQt5
├── docutils                       Docutils -- Python Documentation Utilities
├── flexx                          Write desktop and web apps in pure Python.
│   ├── dialite>=0.5.2             Lightweight Python library to show simple 
dialogs.
│   ├── pscript>=0.7.0             Python to JavaScript compiler.
│   ├── tornado                    Tornado is a Python web framework and 
asynchronous networking library, originally developed at FriendFeed.
│   └── webruntime>=0.5.6          Launch HTML5 apps in the browser or a 
desktop-like runtime.
│       └── dialite                Lightweight Python library to show simple 
dialogs.
├── nbformat                       The Jupyter Notebook format
│   ├── ipython-genutils           Vestigial utilities from IPython
│   ├── jsonschema!=2.5.0,>=2.4    An implementation of JSON Schema validation 
for Python
│   ├── jupyter-core               Jupyter core package. A base package on 
which Jupyter projects rely.
│   │   └── traitlets              Traitlets Python config system
│   │       ├── decorator          Better living through Python with decorators
│   │       ├── ipython-genutils   Vestigial utilities from IPython
│   │       └── six                Python 2 and 3 compatibility utilities
│   └── traitlets>=4.1             Traitlets Python config system
│       ├── decorator              Better living through Python with decorators
│       ├── ipython-genutils       Vestigial utilities from IPython
│       └── six                    Python 2 and 3 compatibility utilities
├── pyflakes                       passive checker of Python programs
├── pylint                         python code static checker
│   ├── astroid>=2.0.0             An abstract syntax tree for Python with 
inference support.
│   │   ├── lazy-object-proxy      A fast and thorough lazy object proxy.
│   │   ├── six                    Python 2 and 3 compatibility utilities
│   │   └── wrapt                  Module for decorators, wrappers and monkey 
patching.
│   ├── colorama                   Cross-platform colored terminal text.
│   ├── isort>=4.2.5               A Python utility / library to sort Python 
imports.
│   └── mccabe                     McCabe checker, plugin for flake8
└── sphinx                         Python documentation generator
    ├── Jinja2>=2.3                A small but fast and easy to use stand-alone 
template engine written in pure python.
    │   └── MarkupSafe>=0.23       Safely add untrusted strings to HTML/XML 
markup.
    ├── Pygments>=2.0              Pygments is a syntax highlighting package 
written in Python.
    ├── alabaster<0.8,>=0.7        A configurable sidebar-enabled Sphinx theme
    ├── babel!=2.0,>=1.3           Internationalization utilities
    │   └── pytz>=0a               World timezone definitions, modern and 
historical
    ├── colorama>=0.3.5            Cross-platform colored terminal text.
    ├── docutils>=0.11             Docutils -- Python Documentation Utilities
    ├── imagesize                  Getting image size from 
png/jpeg/jpeg2000/gif file
    ├── packaging                  Core utilities for Python packages
    │   ├── pyparsing>=2.0.2       Python parsing module
    │   └── six                    Python 2 and 3 compatibility utilities
    ├── requests>=2.0.0            Python HTTP for Humans.
    │   ├── certifi>=2017.4.17     Python package for providing Mozilla's CA 
Bundle.
    │   ├── chardet<3.1.0,>=3.0.2  Universal encoding detector for Python 2 and 
3
    │   ├── idna<2.9,>=2.5         Internationalized Domain Names in 
Applications (IDNA)
    │   └── urllib3<1.25,>=1.21.1  HTTP library with thread-safe connection 
pooling, file post, and more.
    ├── setuptools                 Easily download, build, install, upgrade, 
and uninstall Python packages
    ├── six>=1.5                   Python 2 and 3 compatibility utilities
    ├── snowballstemmer>=1.1       This package provides 16 stemmer algorithms 
(15 + Poerter English stemmer) generated from Snowball algorithms.

Reply via email to