[tool.poetry] name = "mastodon-blocklist-deploy" version = "0.1.0" description = "A small tool to deploy blocklist updates to a mastodon server using its API." authors = ["Georg Krause ", "Julian-Samuel Gebühr "] readme = "README.md" packages = [{include = "mastodon_blocklist_deploy"}] [tool.poetry.dependencies] python = "^3.10" tomli = "^2.0.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"