From 44671a1358d04cf78da86ef80e3a7ad6bc0dae87 Mon Sep 17 00:00:00 2001 From: Joel Krauska Date: Mon, 3 Nov 2025 20:05:48 -0800 Subject: [PATCH] vuln --- requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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