2019-11-28 23:54:36 +03:00
|
|
|
[tool.poetry]
|
|
|
|
name = "mozci"
|
2020-08-06 17:53:28 +03:00
|
|
|
version = "1.6.7"
|
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]
|
|
|
|
python = "^3.7"
|
2020-06-15 21:58:30 +03:00
|
|
|
adr = "^0.19"
|
2020-08-03 13:23:28 +03:00
|
|
|
taskcluster_urls = ">=12.1,<14.0"
|
2020-07-10 23:00:54 +03:00
|
|
|
appdirs = "^1.4.4"
|
|
|
|
loguru = "^0.5.1"
|
|
|
|
cachy = "^0.3.0"
|
|
|
|
tomlkit = "^0.6.0"
|
|
|
|
boto3 = {version = "^1.14.20", optional = true}
|
|
|
|
zstandard = {version = "^0.14.0", optional = true}
|
|
|
|
python3-memcached = {version = "^1.51", optional = true}
|
|
|
|
redis = {version = "^3.5.3", optional = true}
|
|
|
|
requests = "^2.24.0"
|
2020-07-13 22:47:24 +03:00
|
|
|
voluptuous = "^0.11.7"
|
|
|
|
flake8 = "^3.8.3"
|
2019-11-28 23:54:36 +03:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2020-08-26 13:37:32 +03:00
|
|
|
pre-commit = "^2.7"
|
2020-08-03 13:25:46 +03:00
|
|
|
pytest = "^6.0"
|
2020-08-03 13:30:52 +03:00
|
|
|
tox = "^3.18"
|
2020-08-31 16:17:35 +03:00
|
|
|
responses = "^0.12"
|
2020-07-06 18:39:25 +03:00
|
|
|
sphinx = "^3.1.2"
|
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"
|