2020-10-29 12:25:56 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "docker-socket-proxy"
|
2020-11-26 09:42:34 +00:00
|
|
|
version = "0.0.0"
|
2020-10-29 12:25:56 +00:00
|
|
|
description = ""
|
2020-11-26 09:42:34 +00:00
|
|
|
authors = ["Tecnativa"]
|
2020-10-29 12:25:56 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.8"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2020-12-02 10:49:50 +00:00
|
|
|
black = {version = "^20.8b1", allow-prereleases = true}
|
|
|
|
flake8 = "^3.8.4"
|
|
|
|
plumbum = "^1.6.9"
|
2020-10-29 12:25:56 +00:00
|
|
|
pytest = "^6.1.2"
|
2020-11-25 07:40:58 +00:00
|
|
|
pytest-xdist = "^2.1.0"
|
2020-10-29 12:25:56 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|