1
0
mirror of synced 2025-12-29 09:03:46 -05:00
Files
airbyte/airbyte-integrations/connectors/source-firebolt/pyproject.toml

39 lines
1002 B
TOML

[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "2.0.33"
name = "source-firebolt"
description = "Source implementation for Firebolt."
authors = [ "Airbyte <contact@airbyte.io>",]
license = "MIT"
readme = "README.md"
documentation = "https://docs.airbyte.com/integrations/sources/firebolt"
homepage = "https://airbyte.com"
repository = "https://github.com/airbytehq/airbyte"
[[tool.poetry.packages]]
include = "source_firebolt"
[tool.poetry.dependencies]
python = "^3.9,<3.12"
airbyte-cdk = "^0"
firebolt-sdk = "^1.1.0"
[tool.poetry.scripts]
source-firebolt = "source_firebolt.run:run"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
pytest-mock = "^3.6"
requests-mock = "^1.11.0"
pytest-asyncio = "^0.18.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",
]