srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Add "pymdownx" and "pyyaml" in dependencies #320

Closed dimastbk closed 2 years ago

dimastbk commented 3 years ago

Hi!

Please add pymdownx and pyyaml in dependencies. dependencies.json should look like thi:

{
    "*": {
        ">=3119": [
            "markupsafe",
            "mdpopups",
            "pygments",
            "python-jinja2",
            "python-markdown",
            "pymdownx",
            "pyyaml"
        ]
    }
}

Without this I see in console ImportError: No module named 'yaml' and mdpopups not work.

See: https://github.com/facelessuser/sublime-markdown-popups/blob/master/docs/src/markdown/api.md