Yelp / elastalert

Easy & Flexible Alerting With ElasticSearch
https://elastalert.readthedocs.org
Apache License 2.0
7.97k stars 1.73k forks source link

version requirements for jira should be consistent #3224

Closed yuluc123 closed 2 years ago

yuluc123 commented 2 years ago

Hi It seems that version requirements for jira in setup.py and requirements.txt are not consistent In setup.py, it is jira>=2.0.0 In requirements.txt, it is jira>=1.0.10,<1.0.15 There is not any version can satisfy both version requirements. Inconsistent version requirements will result in installing different version for jira if I use different ways of installation.

nsano-rururu commented 2 years ago

look https://github.com/Yelp/elastalert/issues/3178

nsano-rururu commented 2 years ago

Elastalert is no longer maintained

yuluc123 commented 2 years ago

Thanks for raising this. I have found that in jertel/elastalert2, the version requirements in setup.py and requirements.txt are consistent.