1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/airbyte-integrations/connectors/source-asana/pyproject.toml
devin-ai-integration[bot] 9ea81b8168 fix(source-asana): Add items field to organization_export_ids array spec (#70445)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: alexandre@airbyte.io <alexandre@airbyte.io>
2025-12-08 18:06:13 -08:00

37 lines
920 B
TOML

[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "1.5.1"
name = "source-asana"
description = "Source implementation for asana."
authors = [ "Airbyte <contact@airbyte.io>",]
license = "ELv2"
readme = "README.md"
documentation = "https://docs.airbyte.com/integrations/sources/asana"
homepage = "https://airbyte.com"
repository = "https://github.com/airbytehq/airbyte"
[[tool.poetry.packages]]
include = "source_asana"
[tool.poetry.dependencies]
python = "^3.10,<3.12"
airbyte-cdk = "^6"
[tool.poetry.scripts]
source-asana = "source_asana.run:run"
[tool.poetry.group.dev.dependencies]
requests-mock = "*"
pytest-mock = "*"
pytest = "*"
[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",
]