[tool.poetry] name = "masto-tools" version = "0.1.0" description = "Lil scripts for doing masto admin stuff" authors = ["sneakers-the-rat "] license = "AGPL-3.0" readme = "README.md" packages = [{include = "masto_tools"}] [tool.poetry.dependencies] python = "^3.9" mastodon-py = "^1.8.0" pydantic = "^1.10.2" python-dotenv = "^0.21.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"