goat_monitor/Pipfile
2024-09-14 14:10:28 -06:00

13 lines
184 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
goat-monitor = {file = ".", editable = true}
[dev-packages]
[requires]
python_version = "3.11"