Skip to content

Commit

Permalink
Merge pull request #73 from nsano-rururu/apscheduler_version_setting
Browse files Browse the repository at this point in the history
apscheduler>=3.3.0 to >=3.3.0,<4.0
  • Loading branch information
jertel authored Apr 13, 2021
2 parents ca26362 + ab39768 commit e7f9d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apscheduler>=3.3.0
apscheduler>=3.3.0,<4.0
aws-requests-auth>=0.3.0
sortedcontainers>=2.2.2
boto3>=1.4.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
packages=find_packages(),
package_data={'elastalert': ['schema.yaml', 'es_mappings/**/*.json']},
install_requires=[
'apscheduler>=3.3.0',
'apscheduler>=3.3.0,<4.0',
'aws-requests-auth>=0.3.0',
'sortedcontainers>=2.2.2',
'boto3>=1.4.4',
Expand Down

0 comments on commit e7f9d4e

Please sign in to comment.