mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
16 lines
331 B
TOML
16 lines
331 B
TOML
[tool.poetry]
|
|
name = "test_pyqt6"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["considerate <viktor.kronvall@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<3.13"
|
|
pyqt6 = "6.5.2"
|
|
pyqt6-qt6 = "6.5.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1"]
|
|
build-backend = "poetry.core.masonry.api"
|