pypi_0.4.0 optional-dependencies
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