diff --git a/requirements.txt b/requirements.txt index 0654f6a..5265cb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,4 +42,9 @@ pillow~=11.1.0 # Debugging / profiling psutil~=7.0.0 -objgraph~=3.6.2 \ No newline at end of file +objgraph~=3.6.2 + +# Testing +pytest~=8.3.4 +pytest-aiohttp~=1.0.5 +pytest-asyncio~=0.24.0 \ No newline at end of file