feat: add cron picker to AlertReportModal (#12032)

* humanize cron display in list view
This commit is contained in:
ʈᵃᵢ
2020-12-14 22:29:31 -08:00
committed by GitHub
parent fda3a2fe7c
commit 6fcda5dac1
16 changed files with 384 additions and 53 deletions

View File

@@ -72,6 +72,7 @@ setup(
"colorama",
"contextlib2",
"croniter>=0.3.28",
"cron-descriptor",
"cryptography>=3.2.1",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=3.1.1, <4.0.0",