renderbug-cpp/Pipfile

16 lines
206 B
TOML
Raw Normal View History

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