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