Moved to uv and aiohttp

This commit is contained in:
2025-10-29 14:52:18 +01:00
parent 50e85f3d5b
commit 450d583421
11 changed files with 653 additions and 1086 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[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",
]