PRODX-39509 Implementing auto-triggering the analyzing of today's run
Added time enums for easy controlling of time duration in code
Added clock to the nav bar
Changed default created_after to more proper way of definition through the Django's timedelta,
because standard datetime library can't pass it's value to the model
Change-Id: I8411853dfc3c420a96254a1091f093c24a4217ae
diff --git a/testrail_bot/requirements.txt b/testrail_bot/requirements.txt
index 3518d14..6a657a5 100644
--- a/testrail_bot/requirements.txt
+++ b/testrail_bot/requirements.txt
@@ -13,3 +13,4 @@
python-jenkins==1.7.0
matplotlib==3.3.2
jira[cli]==3.5.2
+django-celery-beat==2.5.0