19 lines
376 B
TOML
19 lines
376 B
TOML
[tool.poetry]
|
|
name = "cleantoots"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
"Mastodon.py" = "^1.5.0"
|
|
click = "^7.0"
|
|
black = "^19.10b0"
|
|
pendulum = "^2.0.5"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|