mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
This will help ensure that everyone is working from the same version of sphinx, etc.
15 lines
185 B
TOML
15 lines
185 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
sphinx = "*"
|
|
flake8 = "*"
|
|
sphinx-rtd-theme = "*"
|
|
|
|
[packages]
|
|
|
|
[requires]
|
|
python_version = "3"
|