piss-bot/pyproject.toml

19 lines
380 B
TOML
Raw Permalink Normal View History

2021-02-26 22:29:06 +01:00
[tool.poetry]
name = "pissbot"
version = "0.1.0"
description = ""
authors = ["Tomáš Mládek <t@mldk.cz>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.7.4"
ics = "^0.7"
[tool.poetry.dev-dependencies]
2021-05-26 18:29:08 +02:00
black = {version = "^21.5b1", allow-prereleases = true}
2021-02-26 22:29:06 +01:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"