poetry2nix/tests/watchfiles/pyproject.toml
2022-10-06 16:15:42 +02:00

15 lines
277 B
TOML

[tool.poetry]
name = "test-watchfiles"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.9"
watchfiles = "0.17.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"