mikitex70 / plantuml-markdown

PlantUML plugin for Python-Markdown
BSD 2-Clause "Simplified" License
192 stars 55 forks source link

UUID in requirements.txt #59

Closed borystua closed 2 years ago

borystua commented 2 years ago

Why would you want to install it? It is part of the cpython - https://docs.python.org/3.5/library/uuid.html And, your script is most certainly using the system uuid instead of the "installed" one https://pypi.org/project/uuid/#history Installed one was last updated in 2006 and causes errors

borystua commented 2 years ago

60

mikitex70 commented 2 years ago

Fixed by your pull request #60. Thanks for your contribution.