blob: 48d2ffb3ef01bf92fc5643becabb76b97a4fa17c [file] [log] [blame]
[tool.poetry]
name = "ndk"
version = "0.1.0"
description = "Android NDK build and test environment."
authors = ["The Android Open Source Project"]
license = "Apache-2.0"
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
# Poetry handles 0.* differently than other versions. ^0.1 may not upgrade to
# 0.2, but ^1.1 may upgrade to 1.2.
# https://python-poetry.org/docs/dependency-specification/
mypy = "^0"
pylint = "^2.12.2"
pytest = "^6.2.5"
black = "^21.12b0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"