poetry2nix/tests/pyside6/pyproject.toml
2024-05-01 14:00:05 -04:00

16 lines
418 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.12"
# PySide6 >= 6.5.3 require MacOS >11, which is currently incompatible with the default github-actions
pyside6 = "<6.5.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"