fix(alerts): fixed missing dependency for EE (#2590)

fix(crons): fixed missing dependency for EE
This commit is contained in:
Kraiem Taha Yassine 2024-09-16 16:24:23 +02:00 committed by GitHub
parent 2ffec26d02
commit ad0ef00842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ psycopg2-binary==2.9.9
psycopg[pool,binary]==3.2.1
elasticsearch==8.15.0
jira==3.8.0
cachetools==5.5.0

View file

@ -7,6 +7,7 @@ psycopg2-binary==2.9.9
psycopg[pool,binary]==3.2.1
elasticsearch==8.15.0
jira==3.8.0
cachetools==5.5.0