poetry2nix/tests/watchfiles/pyproject.toml

16 lines
277 B
TOML
Raw Normal View History

2022-10-06 14:24:20 +02:00
[tool.poetry]
name = "test-watchfiles"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.9"
2023-07-14 21:27:04 +12:00
watchfiles = "0.19.0"
2022-10-06 14:24:20 +02:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"