wifi-voucher/Pipfile

18 lines
229 B
TOML
Raw Permalink Normal View History

2022-07-07 16:54:56 +00:00
[[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"