18 lines
370 B
TOML
18 lines
370 B
TOML
[tool.poetry]
|
|
name = "dimocracy-voucher"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["ashastral <git@ashastral.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
simfile = "^2.1.1"
|
|
pathvalidate = "^3.2.0"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^24.8.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|