docker-network-graph/Pipfile

14 lines
170 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]
2021-04-28 01:39:35 +02:00
python_version = "3.9"