docker-network-graph/Pipfile

14 lines
167 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-py = "*"
graphviz = "*"
[dev-packages]
[requires]
2018-08-31 04:50:58 +02:00
python_version = "3"