projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41098df
)
Remove specific celery version requirement
author
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Thu, 20 Dec 2012 13:09:02 +0000
(14:09 +0100)
committer
Rodney Ewing
<ewing.rj@gmail.com>
Mon, 19 Aug 2013 21:42:39 +0000
(14:42 -0700)
Any celery above 2.5 should work just fine.
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index b485a2ff867ee41dad7ceae1999e7175ff93a9c0..66f21b0cbd38bc607123d9054d75415735d06608 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-48,8
+48,8
@@
setup(
'pytest>=2.3.1',
'pytest-xdist',
'werkzeug>=0.7',
- 'celery
==2.5.3
',
- 'kombu
==2.1.7
',
+ 'celery',
+ 'kombu',
'jinja2',
'sphinx',
'Babel<1.0',