docker-network-graph/Pipfile

14 lines
175 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]
graphviz = "*"
2023-06-17 03:46:17 +02:00
docker = "==6.*"
2018-08-31 03:34:14 +02:00
[dev-packages]
[requires]
2023-06-17 03:46:17 +02:00
python_version = ">=3.6,<4"