Skip to content
Snippets Groups Projects
Commit 051682b0 authored by Tomáš Orviský's avatar Tomáš Orviský
Browse files

setuptools dependency in pyproject.toml

parent 18d0ffb4
Branches
No related merge requests found
......@@ -7,4 +7,4 @@ name = "pyplaml"
version = "0.0.1"
description = "Package for converting PlantUML diagrams to Manim representation."
requires-python = ">=3.10"
dependencies = ["ply", "manim", "networkx", "pygraphviz"]
\ No newline at end of file
dependencies = ["setuptools", "ply", "manim", "networkx", "pygraphviz"]
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment