Files
pybricks-api/pyproject.toml
T
Laurens Valk e0ec45b58d config: relax poetry Python version
Allow older Python versions to support older CI configs.
2020-03-05 11:26:59 +01:00

21 lines
492 B
TOML

[tool.poetry]
name = "pybricks-api"
version = "2.0.0"
description = "Documentation and user-API for Pybricks MicroPython"
authors = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.5"
sphinx = "==1.7.9"
flake8 = "*"
sphinx-rtd-theme = "==0.4.3"
sphinxcontrib-contentui = "==0.2.2"
doc8 = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"