mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.12.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
613 B
TOML
28 lines
613 B
TOML
[tool.poetry]
|
|
name = "pybricks_jedi"
|
|
version = "1.16.0"
|
|
description = "Code completion for Pybricks."
|
|
authors = ["The Pybricks Authors <team@pybricks.com>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">= 3.10, < 3.12"
|
|
pybricks = "3.5.0b2"
|
|
jedi = "0.18.1"
|
|
typing-extensions = "4.2.0"
|
|
docstring-parser = "0.14.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^7.1.2"
|
|
black = "^24.3.0"
|
|
flake8 = "^4.0.1"
|
|
pybricks = { path = "../", develop = true }
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = ["src"]
|
|
testpaths = ["tests"]
|