File: pyproject.toml

package info (click to toggle)
python-click-didyoumean 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 153; sh: 17; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[tool.poetry]
name = "click-didyoumean"
version = "0.3.1"
description = "Enables git-like *did-you-mean* feature in click"
authors = ["Timo Furrer <timo.furrer@roche.com>"]
license = "MIT"
homepage = "https://github.com/click-contrib/click-didyoumean"
repository = "https://github.com/click-contrib/click-didyoumean"
readme = "README.rst"

[tool.poetry.dependencies]
python = ">=3.6.2"
click = ">=7"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
black = "^21.9b0"
isort = {version = "^5.9.3", python = "<4"}
flake8 = "^3.9.2"
mypy = "^0.910"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"