kicad/Pipfile

20 lines
255 B
TOML
Raw Permalink Normal View History

2022-09-20 22:55:56 -06:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
rich = "*"
regex = "*"
pandas = "*"
selenium = "*"
numpy = "*"
matplotlib = "*"
retry = "*"
webdriver-manager = "*"
[dev-packages]
[requires]
python_version = "3.10"