mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-11 00:36:34 +03:00
15 lines
310 B
TOML
15 lines
310 B
TOML
[tool.poetry]
|
|
name = "core"
|
|
version = "0.10.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"
|