1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-29 14:01:15 +03:00
Files
library-registry/pyproject.toml
dependabot[bot] 1953fa5762 Bump invoke from 1.7.0 to 1.7.1
Bumps [invoke](https://github.com/pyinvoke/invoke) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/pyinvoke/invoke/releases)
- [Commits](https://github.com/pyinvoke/invoke/compare/1.7.0...1.7.1)

---
updated-dependencies:
- dependency-name: invoke
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-12 01:17:51 +00:00

25 lines
452 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.1.2"
invoke = "^1.7.1"
black = "^22.3"
flake8 = "^4.0.1"
pep8-naming = "^0.12.1"
yamllint = "^1.26.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"