fralau / mkdocs-mermaid2-plugin

A Mermaid graphs plugin for mkdocs
https://mkdocs-mermaid2.readthedocs.io
MIT License
203 stars 25 forks source link

Declare test dependencies as extra requirements #73

Closed lofidevops closed 1 year ago

lofidevops commented 1 year ago

Fixes https://github.com/fralau/mkdocs-mermaid2-plugin/issues/71

I followed the coding conventions of https://github.com/fralau/mkdocs_macros_plugin/blob/master/setup.py

Tested by running python setup.py sdist bdist_wheel

Also removed an unused import.