From ed6b86d69032857e7f24f52295a197d71b79e2cf Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 6 May 2026 18:47:20 +0100 Subject: [PATCH] fix: add pytest/pytest-asyncio/aiosqlite to requirements for test suite Co-Authored-By: Claude Sonnet 4.6 --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 71a20b1..4509400 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,8 @@ apscheduler==3.10.4 anthropic==0.40.0 icalendar==6.1.0 markdown==3.7 + +# Test / dev dependencies +pytest==8.3.3 +pytest-asyncio==0.24.0 +aiosqlite==0.20.0