Skip to content

Commit

Permalink
Adjust version requirement to support 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Sep 3, 2012
1 parent 604b578 commit cc2a30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
tests_require = [
'blinker>=1.1',
'celery>=2.5',
'Django>=1.2,<1.4',
'Django>=1.2,<1.5',
'django-celery>=2.5',
'django-nose',
'gevent',
Expand Down

0 comments on commit cc2a30d

Please sign in to comment.