mirror of https://github.com/mongodb/mongo
20 lines
442 B
TOML
20 lines
442 B
TOML
[tool.poetry]
|
|
name = "bazel_rules_mongo"
|
|
version = "0.1.14"
|
|
description = "Bazel rule we use to ship common code between bazel repos"
|
|
authors = ["Trevor Guidry <trevor.guidry@mongodb.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
pyyaml = "^6.0.2"
|
|
retry = "^0.9.2"
|
|
gitpython = "^3.1.44"
|
|
requests = "^2.32.5"
|
|
structlog = "^25.5.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|