Skip to content

Commit

Permalink
Django 1.9: require newer RQ related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed May 13, 2016
1 parent 44cb55c commit fd02c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Expand Up @@ -9,7 +9,7 @@ django-contact-form>=1.2
django-contrib-comments>=1.7.1
django-overextends>=0.4.1
django-redis
django-rq>=0.8.0
django-rq>=0.9.0

# Libraries
cssmin
Expand All @@ -18,7 +18,7 @@ elasticsearch>=1.0.0,<1.7
jsonfield
lxml>=2.2.0
python-levenshtein
rq>=0.5.0,<=0.5.6
rq>=0.5.5,<=0.5.6
scandir

# Translate Toolkit
Expand Down

0 comments on commit fd02c47

Please sign in to comment.