[tool.poetry] name = "pybricks" version = "3.0.0-rc.1" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ] license = "MIT" readme = "README.rst" homepage = "https://pybricks.com" repository = "https://github.com/pybricks/pybricks-api" documentation = "https://docs.pybricks.com" classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: Implementation :: MicroPython", ] include = ["pybricks/py.typed"] [tool.poetry.dependencies] python = "^3.8" [tool.poetry.dev-dependencies] black = {version = "^20.8b1", allow-prereleases = true} doc8 = "^0.8.1" flake8 = "^3.8.4" Sphinx = "==3.5.3" sphinx-rtd-theme = "==0.5.2" toml = "^0.10.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"