Files
rapt-cloud-api/pyproject.toml
2025-10-30 10:15:01 +01:00

19 lines
347 B
TOML

[project]
name = "rapt-cloud-api"
version = "0.2.4"
description = "Python bindings for the Rapt.io API"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.13.1",
"loguru>=0.7.3",
"pydantic==2.12.2",
]
[dependency-groups]
dev = [
"aioresponses>=0.7.8",
"pytest>=8.4.2",
"pytest-aiohttp>=1.1.0",
]