18 lines
380 B
TOML
18 lines
380 B
TOML
[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]
|
|
black = {version = "^21.5b1", allow-prereleases = true}
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|