Files
test/pyproject.toml
Max Mehl d19c95bd3e
All checks were successful
Test CI / test (push) Successful in 9s
poetry setup
2025-04-02 21:41:40 +02:00

15 lines
252 B
TOML

[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Max Mehl <mail@mehl.mx>"]
[tool.poetry.dependencies]
python = "^3.10"
argparse = "^1.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"