Files
pybricks-api/Pipfile
T
Laurens Valk 529f8fe31c api: rename _common to builtins
Because this module describes devices that can be built into a hub or other device.

Since this design is now explicitly shown in
the docs as well, we don't need to hide this
module in the package.
2019-10-18 16:05:23 +02:00

16 lines
202 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
sphinx = "*"
flake8 = "*"
sphinx-rtd-theme = "==0.4.2"
doc8 = "*"
[packages]
[requires]
python_version = "3"