1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-01-03 20:30:56 +00:00
docker-socket-proxy/pyproject.toml

20 lines
367 B
TOML
Raw Normal View History

[tool.poetry]
name = "docker-socket-proxy"
2020-11-26 09:42:34 +00:00
version = "0.0.0"
description = ""
2020-11-26 09:42:34 +00:00
authors = ["Tecnativa"]
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
pytest = "^6.1.2"
2020-11-25 07:40:58 +00:00
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"