1
Fork 0
mirror of https://github.com/j1g5awi/krunner-vscode.git synced 2024-11-22 06:49:28 +00:00
krunner-vscode/pyproject.toml

17 lines
312 B
TOML
Raw Normal View History

2022-03-25 12:04:29 +00:00
[tool.poetry]
name = "krunner-vscode"
version = "0.1.0"
description = ""
authors = ["jigsaw <j1g5aw@foxmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
dbus-python = "^1.2.18"
PyGObject = "^3.42.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"