HedgehogTrack/Pipfile
2025-06-17 22:05:18 +02:00

15 lines
222 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyserial = "*"
matplotlib = "*"
opencv-python = "*"
[dev-packages]
[requires]
python_version = "3.11"
python_full_version = "3.11.2"