syncstorage-rs/tools/spanner/pyproject.toml
Taddes 8995db6268
Some checks are pending
Glean probe-scraper / glean-probe-scraper (push) Waiting to run
feat: ruff for python lint and format (#1742)
feat: ruff for python lint and format
2025-08-12 20:26:55 -04:00

33 lines
714 B
TOML

[project]
name = "spanner"
version = "0.1.0"
description = "Spanner utility scripts for syncstorage-rs for working with GCP."
authors = [
{name = "Taddes",email = "tkorris@mozilla.com"}
]
license = "Mozilla Public License Version 2.0"
readme = "README.md"
requires-python = ">=3.9.2"
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
google-cloud-spanner = ">=1.16.0"
statsd = "^4.0.1"
[tool.poetry.group.dev.dependencies]
mypy = "^1.16.0"
pydocstyle = "^6.3.0"
ruff = "^0.12.7"
black = "^25.1.0"
bandit = "^1.8.3"
isort = "^6.0.1"
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"