kicad/scripting/plugins/BomGeneration/Pipfile

16 lines
190 B
TOML
Raw Normal View History

2021-09-20 21:10:38 -06:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ipykernel = "*"
[packages]
pandas = "*"
ipython = "*"
cd = "*"
[requires]
python_version = "3.9"