renderbug/Pipfile

16 lines
206 B
TOML
Raw Permalink Normal View History

2022-06-11 09:01:35 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
platformio = "*"
2023-03-04 12:16:17 +00:00
sphinx = "*"
breathe = "*"
sphinx-rtd-theme = "*"
2022-06-11 09:01:35 +00:00
[dev-packages]
[requires]
python_version = "3.10"