start automating samtec connectors

This commit is contained in:
2022-09-20 22:55:56 -06:00
parent 51d843035c
commit cef4186044
4 changed files with 804 additions and 0 deletions

19
Pipfile Normal file
View File

@@ -0,0 +1,19 @@
[[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"