cleantoots/pyproject.toml

20 lines
376 B
TOML
Raw Normal View History

[tool.poetry]
name = "cleantoots"
2019-12-27 18:52:12 +01:00
version = "0.1.2"
description = ""
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
[tool.poetry.dependencies]
python = "^3.8"
"Mastodon.py" = "^1.5.0"
click = "^7.0"
pendulum = "^2.0.5"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
2019-12-27 18:52:12 +01:00
black = "^19.10b0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"