Skip to content

Commit

Permalink
pinning rq-scheduler to avoid redis version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Martin committed Jan 10, 2019
1 parent 83cc432 commit f7952f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def get_version(root_path):
install_requires=[
'django>=1.9.0',
'django-model-utils>=2.4.0',
'django-rq>=0.9.3',
'rq-scheduler>=0.6.0',
'django-rq==1.2.0',
'rq-scheduler==0.8.3',
'pytz>=2015.7',
'croniter>=0.3.24',
],
Expand Down

0 comments on commit f7952f2

Please sign in to comment.