chore(deps): Add aiohttp and python-dotenv to test dependencies

This commit is contained in:
Slipstreamm 2025-06-13 00:16:23 -06:00
parent 6fb371455b
commit a2bdc66ced

View File

@ -34,6 +34,8 @@ test = [
"pytest>=8.0.0", "pytest>=8.0.0",
"pytest-asyncio>=1.0.0", "pytest-asyncio>=1.0.0",
"hypothesis>=6.132.0", "hypothesis>=6.132.0",
"aiohttp",
"python-dotenv",
] ]
dev = [ dev = [
"python-dotenv>=1.0.0", "python-dotenv>=1.0.0",