17 lines
367 B
TOML
17 lines
367 B
TOML
|
[tool.poetry]
|
||
|
name = "kollagen-bot"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Tomáš Mládek <t@mldk.cz>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.8"
|
||
|
python-telegram-bot = "^13.7"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
black = {version = "^21.9b0", allow-prereleases = true}
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|