1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/airbyte-integrations/connectors/source-iterable/pyproject.toml

34 lines
854 B
TOML

[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.5.6"
name = "source-iterable"
description = "Source implementation for Iterable."
authors = [ "Airbyte <contact@airbyte.io>",]
license = "MIT"
readme = "README.md"
documentation = "https://docs.airbyte.com/integrations/sources/iterable"
homepage = "https://airbyte.com"
repository = "https://github.com/airbytehq/airbyte"
[[tool.poetry.packages]]
include = "source_iterable"
[tool.poetry.dependencies]
python = "^3.9,<3.12"
pendulum = "==2.1.2"
airbyte-cdk = "0.90.0"
requests = "==2.31.0"
python-dateutil = "==2.8.2"
[tool.poetry.scripts]
source-iterable = "source_iterable.run:run"
[tool.poetry.group.dev.dependencies]
pytest = "^6.1"
pytest-mock = "^3.6.1"
freezegun = "==1.1.0"
requests-mock = "^1.9.3"
responses = "==0.23.1"