diff --git a/pyproject.toml b/pyproject.toml index 5fa5ac5..ecbf193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,8 @@ test = [ "pytest>=8.0.0", "pytest-asyncio>=1.0.0", "hypothesis>=6.132.0", + "aiohttp", + "python-dotenv", ] dev = [ "python-dotenv>=1.0.0",