mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 23:44:21 +00:00
17 lines
374 B
TOML
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"
|