You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
405 B
20 lines
405 B
[tool.poetry]
|
|
name = "docker-socket-proxy"
|
|
version = "0.0.0"
|
|
description = ""
|
|
authors = ["Tecnativa"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = {version = "^20.8b1", allow-prereleases = true}
|
|
flake8 = "^3.8.4"
|
|
plumbum = "^1.6.9"
|
|
pytest = "^6.1.2"
|
|
pytest-xdist = "^2.1.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|