Moved to uv and aiohttp
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user