verbanote-client/pyproject.toml

23 lines
488 B
TOML
Raw Normal View History

2023-08-24 10:40:57 +00:00
[tool.poetry]
name = "verbanote-client"
version = "0.1.0"
description = ""
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
readme = "README.md"
packages = [{include = "verbanote_client"}]
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.31.0"
click = "^8.1.7"
2023-08-25 20:48:19 +00:00
quick = {git = "https://github.com/szsdk/quick"}
pyqt5 = "^5.15.9"
rich = "^13.5.2"
2023-08-24 10:40:57 +00:00
[project.scripts]
vb = "verbanote.main:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"