1
0
mirror of synced 2025-12-22 11:31:02 -05:00
Files
airbyte/airbyte-integrations/connectors/source-azure-table/pyproject.toml
octavia-bot-hoard[bot] b2b87a837e 🐙 source-azure-table: run up-to-date pipeline [2025-10-21] (#68397)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-10-21 08:11:41 -04:00

38 lines
1007 B
TOML

[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.1.57"
name = "source-azure-table"
description = "Source implementation for Azure Table."
authors = [ "Airbyte <contact@airbyte.io>",]
license = "ELv2"
readme = "README.md"
documentation = "https://docs.airbyte.com/integrations/sources/azure-table"
homepage = "https://airbyte.com"
repository = "https://github.com/airbytehq/airbyte"
[[tool.poetry.packages]]
include = "source_azure_table"
[tool.poetry.dependencies]
python = "^3.9,<3.12"
"azure.data.tables" = "^12.5.0"
airbyte-cdk = "0.80.0"
[tool.poetry.scripts]
source-azure-table = "source_azure_table.run:run"
[tool.poetry.group.dev.dependencies]
pytest-mock = "^3.6.1"
requests-mock = "^1.9.3"
pytest = "^8.0.0"
[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]