diff --git a/setup.py b/setup.py index 3ccba00..dc3827a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ "psycopg2-binary==2.9.*", "pyyaml==6.0.*", - "croniter==2.0.*", + "croniter>=2.0,<3.1", "tabulate==0.9.*", "slack-sdk==3.31.*", "backoff==2.2.*",