lofibeats/pyproject.toml

22 linhas
436 B
TOML

2020-12-29 10:00:09 -08:00
[tool.poetry]
name = "lofibeats"
version = "0.1.0"
description = ""
authors = ["fluffy <fluffy@beesbuzz.biz>"]
[tool.poetry.dependencies]
python = "^3.8"
"Mastodon.py" = "^1.5.1"
wordfilter = "^0.2.6"
2021-04-30 10:53:01 -07:00
google-api-python-client = "^2.3.0"
2021-05-09 20:39:43 -07:00
isodate = "^0.6.0"
2020-12-29 10:00:09 -08:00
[tool.poetry.dev-dependencies]
2021-04-29 09:58:32 -07:00
autopep8 = "^1.5.6"
isort = "^5.8.0"
2021-05-01 09:54:06 -07:00
pylint = "^2.8.2"
2020-12-29 10:00:09 -08:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"