wifi-voucher/Pipfile
2022-07-07 18:54:56 +02:00

18 lines
229 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
paho-mqtt = "*"
rpi-gpio = "*"
[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
black = "*"
[requires]
python_version = "3.6"