19 lines
337 B
TOML
19 lines
337 B
TOML
[project]
|
|
name = "rapt-cloud-api"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"aiohttp>=3.13.1",
|
|
"loguru>=0.7.3",
|
|
"pydantic>=2.12.3",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"aioresponses>=0.7.8",
|
|
"pytest>=8.4.2",
|
|
"pytest-aiohttp>=1.1.0",
|
|
]
|