2019-11-28 23:54:36 +03:00
|
|
|
[tool.poetry]
|
|
|
|
name = "mozci"
|
2020-12-02 19:21:50 +03:00
|
|
|
version = "1.11.3"
|
2019-11-28 23:54:36 +03:00
|
|
|
description = ""
|
2019-12-02 18:11:36 +03:00
|
|
|
authors = [
|
|
|
|
"Andrew Halberstadt <ahal@mozilla.com>",
|
2019-12-02 19:46:52 +03:00
|
|
|
"Marco Castelluccio <marco@mozilla.com>",
|
2019-12-02 18:11:36 +03:00
|
|
|
]
|
2019-11-28 23:54:36 +03:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2020-12-02 19:21:21 +03:00
|
|
|
python = ">=3.7,<4"
|
|
|
|
adr = "~0"
|
|
|
|
taskcluster_urls = "~13"
|
|
|
|
appdirs = "~1"
|
|
|
|
loguru = "~0"
|
|
|
|
cachy = "~0"
|
|
|
|
tomlkit = "~0"
|
|
|
|
boto3 = {version = "~1", optional = true}
|
|
|
|
zstandard = {version = "~0", optional = true}
|
|
|
|
python3-memcached = {version = "~1", optional = true}
|
|
|
|
redis = {version = "~3", optional = true}
|
|
|
|
requests = "~2"
|
|
|
|
voluptuous = "~0"
|
|
|
|
flake8 = "~3"
|
|
|
|
taskcluster = "~38"
|
2020-10-21 22:16:47 +03:00
|
|
|
# aiohttp is an unlisted dependency of taskcluster, see https://github.com/taskcluster/taskcluster/issues/3730
|
2020-12-02 19:21:21 +03:00
|
|
|
aiohttp = "~3"
|
2019-11-28 23:54:36 +03:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2020-11-26 12:56:35 +03:00
|
|
|
pre-commit = "^2.9"
|
2020-09-28 12:02:09 +03:00
|
|
|
pytest = "^6.1"
|
2020-09-07 13:41:19 +03:00
|
|
|
tox = "^3.20"
|
2020-08-31 16:17:35 +03:00
|
|
|
responses = "^0.12"
|
2020-11-09 13:46:35 +03:00
|
|
|
sphinx = "^3.3.0"
|
2019-11-28 23:54:36 +03:00
|
|
|
|
|
|
|
[build-system]
|
2020-02-12 19:11:54 +03:00
|
|
|
requires = ["poetry>=1.0.2"]
|
2019-11-28 23:54:36 +03:00
|
|
|
build-backend = "poetry.masonry.api"
|