From 24f2e7718b2d3851526bcd71f0bfd8b9bd857731 Mon Sep 17 00:00:00 2001 From: Christopher Gondek Date: Fri, 5 Sep 2025 21:06:19 +0200 Subject: [PATCH] chore: updated requirements --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 75f2d078..385a652e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,6 +74,9 @@ chardet>=4.0.0 # For encoding detection pytest>=8.0.0 pytest-asyncio>=0.21.0 +## For Scheduling / Repeated Tasks +APScheduler==3.11.0 + ## Missing Dependencies for IPython and other tools decorator>=5.0.0 jedi>=0.16