unicheckbot/apps/core/pyproject.toml

15 lines
309 B
TOML
Raw Normal View History

2021-01-03 00:56:55 +03:00
[tool.poetry]
name = "core"
version = "0.1.0"
description = "Types and other core functionality"
authors = ["kiriharu <kiriharu@yandex.ru>"]
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"