mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
15 lines
292 B
TOML
15 lines
292 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.15.6"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|