mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
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.
16 lines
202 B
TOML
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"
|