poetry2nix/tests/textual-textarea/pyproject.toml
2023-10-24 08:24:44 -04:00

14 lines
274 B
TOML

[tool.poetry]
name = "textual-textarea-test"
version = "0.1.0"
description = ""
authors = ["You <me@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
textual-textarea = "^0.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"