You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-19 08:03:16 +03:00
Bumps [invoke](https://github.com/pyinvoke/invoke) from 1.7.3 to 2.0.0. - [Release notes](https://github.com/pyinvoke/invoke/releases) - [Commits](https://github.com/pyinvoke/invoke/compare/1.7.3...2.0.0) --- updated-dependencies: - dependency-name: invoke dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
453 B
TOML
25 lines
453 B
TOML
[tool.black]
|
|
line-length = 120
|
|
|
|
[tool.poetry]
|
|
name = "library-registry"
|
|
version = "0.0.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
license = "CC0-1.0"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^7.2.1"
|
|
invoke = "^2.0.0"
|
|
black = "^22.12"
|
|
flake8 = "^6.0.0"
|
|
pep8-naming = "^0.13.3"
|
|
yamllint = "^1.29.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|