mirror of
https://github.com/Tecnativa/docker-socket-proxy
synced 2024-12-22 06:38:07 +00:00
20 lines
371 B
TOML
20 lines
371 B
TOML
[tool.poetry]
|
|
name = "docker-socket-proxy"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Tecnativa S.L"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^6.1.2"
|
|
pytest-xdist = "^2.1.0"
|
|
plumbum = "^1.6.9"
|
|
flake8 = "^3.8.4"
|
|
pylint = "^2.6.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|