techoverload/Pipfile

17 lines
224 B
TOML
Raw Permalink Normal View History

2022-07-16 11:13:36 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
opencv-python = "*"
screeninfo = "*"
2022-07-17 02:32:14 +00:00
paho-mqtt = "*"
startspimage = "*"
2022-07-18 05:34:37 +00:00
pygame = "*"
2022-07-16 11:13:36 +00:00
[dev-packages]
[requires]
python_version = "3.10"