1
Fork 0
mirror of https://github.com/Steffo99/cfig.git synced 2024-10-16 14:27:38 +00:00
cfig/pyproject.toml
2022-04-13 17:54:53 +02:00

17 lines
374 B
TOML

[tool.poetry]
name = "cfig"
version = "0.1.0"
description = "The ultimate configuration manager"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
lazy-object-proxy = "^1.7.1"
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"