[tool.poetry] name = "bazel_rules_mongo" version = "0.1.11" description = "Bazel rule we use to ship common code between bazel repos" authors = ["Trevor Guidry "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" pyyaml = "^6.0.2" retry = "^0.9.2" gitpython = "^3.1.44" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"