mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-10 16:36:32 +03:00
17 lines
320 B
TOML
17 lines
320 B
TOML
[tool.poetry]
|
|
name = "unicheckbot"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["kiriharu <kiriharu@yandex.ru>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^6.2.2"
|
|
flake8 = "^3.8.4"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|