1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/airbyte-integrations/connectors/source-azure-blob-storage/pyproject.toml
octavia-bot-hoard[bot] 1656ec49c4 🐙 source-azure-blob-storage: run up-to-date pipeline [2025-10-29] (#68376)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-10-28 23:00:04 -04:00

45 lines
1.2 KiB
TOML

[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.8.1"
name = "source-azure-blob-storage"
description = "Source implementation for Azure Blob Storage."
authors = [ "Airbyte <contact@airbyte.io>",]
license = "ELv2"
readme = "README.md"
documentation = "https://docs.airbyte.com/integrations/sources/azure-blob-storage"
homepage = "https://airbyte.com"
repository = "https://github.com/airbytehq/airbyte"
[[tool.poetry.packages]]
include = "source_azure_blob_storage"
[tool.poetry.dependencies]
python = "^3.11,<3.14"
pytz = "^2024.1"
airbyte-cdk = {extras = ["file-based"], version = "^7.0.0"}
[tool.poetry.dependencies.smart-open]
extras = [ "azure",]
version = "==6.4.0"
[tool.poetry.scripts]
source-azure-blob-storage = "source_azure_blob_storage.run:run"
[tool.poetry.group.dev.dependencies]
docker = "^7.0.0"
freezegun = "^1.4.0"
pytest-mock = "^3.6.1"
requests-mock = "^1.9.3"
pandas = "2.2.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",
]