Skip to content

pypi_0.4.0 optional-dependencies

Compare
Choose a tag to compare
@sudoskys sudoskys released this 13 Jan 10:05
· 5 commits to main since this release
31ac0f8

No breaking changes, but beware of potential bugs

What's Changed

  • Dependency cleanup by @nj-vs-vh in #57
  • feat():optional-dependencies, remove pydantic :( by @sudoskys in #58
  • @monosans involved in the improvement
    To install the library, run:
pip install telegramify-markdown
pip install telegramify-markdown[mermaid]

or, if you use pdm:

pdm add telegramify-markdown
pdm add telegramify-markdown -G mermaid
# -G mermaid -G tests 
# -> https://pdm-project.org/en/latest/reference/pep621/#optional-dependencies

New Contributors

Full Changelog: pypi_0.3.2...pypi_0.4.0