1
Fork 0
mirror of https://github.com/j1g5awi/krunner-vscode.git synced 2024-11-21 19:19:30 +00:00
krunner-vscode/pyproject.toml
2022-03-25 20:04:29 +08:00

16 lines
312 B
TOML

[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"