[tool.poetry] name = "rdf-canonize" version = "0.1.0" description = "" authors = ["sneakers-the-rat "] license = "GPL-3.0" readme = "README.md" packages = [ { include = "rdf_canonize" } ] [tool.poetry.dependencies] python = "^3.11" rdflib = "^7.0.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"