19 lines
447 B
TOML
19 lines
447 B
TOML
[tool.poetry]
|
|
name = "masto-tools"
|
|
version = "0.1.0"
|
|
description = "Lil scripts for doing masto admin stuff"
|
|
authors = ["sneakers-the-rat <JLSaunders987@gmail.com>"]
|
|
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"
|