goat_monitor/Pipfile

16 lines
187 B
TOML
Raw Normal View History

2024-09-13 19:01:14 -06:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gotify = "*"
click = "*"
toml = "*"
2024-09-14 12:45:24 -06:00
numpy = "*"
2024-09-13 19:01:14 -06:00
[dev-packages]
[requires]
python_version = "3.11"