poetry2nix/tests/pyqt5/pyproject.toml
adisbladis d224eabc6a
Re-enable Qt5 test
I've added `sip` to the environment which makes the package work
regardless of what version of sip is in nixpkgs.
2020-01-13 10:43:43 +00:00

16 lines
307 B
TOML

[tool.poetry]
name = "test_pyqt5"
version = "0.1.0"
description = ""
authors = ["adisbladis <adisbladis@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
pyqt5 = "^5.14.1"
sip = "^5.1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"