qute-1password/pyproject.toml

23 lines
435 B
TOML
Raw Permalink Normal View History

2019-10-11 20:58:20 +00:00
[tool.poetry]
name = "qute_1password"
version = "0.1.0"
description = "Userscript to help fill credentials with the 1password CLI"
authors = ["Felipe Martin <me@fmartingr.com>"]
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
2021-02-01 07:44:53 +00:00
black = "*"
flake8 = "*"
isort = "*"
pre-commit = "*"
rope = "*"
ipdb = "*"
pylint = "*"
mypy = "*"
2019-10-11 20:58:20 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"