1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2024-12-22 14:48:08 +00:00
docker-socket-proxy/pyproject.toml

17 lines
311 B
TOML
Raw Normal View History

[tool.poetry]
name = "docker-socket-proxy"
version = "0.1.0"
description = ""
authors = ["Tecnativa S.L"]
[tool.poetry.dependencies]
python = "^3.8"
plumbum = "^1.6.9"
[tool.poetry.dev-dependencies]
pytest = "^6.1.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"