docker-network-graph/Pipfile

14 lines
168 B
TOML
Raw Normal View History

2018-08-31 03:34:14 +02:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
docker = "~=3.7"
2018-08-31 03:34:14 +02:00
graphviz = "*"
[dev-packages]
[requires]
2023-06-17 03:21:44 +02:00
python_version = "3"