2019-11-28 23:54:36 +03:00
|
|
|
[tool.poetry]
|
|
|
|
name = "mozci"
|
2020-02-11 22:58:32 +03:00
|
|
|
version = "1.1.1"
|
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-02-10 17:25:05 +03:00
|
|
|
adr = "^0.17"
|
2019-12-11 18:46:05 +03:00
|
|
|
taskcluster_urls = "^12.1"
|
2019-11-28 23:54:36 +03:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
flake8 = "^3.7"
|
|
|
|
pytest = "^5.3"
|
|
|
|
tox = "^3.14"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|