mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
15 lines
316 B
TOML
15 lines
316 B
TOML
[tool.poetry]
|
|
name = "test_pyside6"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["considerate <viktor.kronvall@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<3.13"
|
|
pyside6 = "^6.6.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1"]
|
|
build-backend = "poetry.core.masonry.api"
|