projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b33feb1
)
Explicitly require a newer celery
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Thu, 29 Aug 2013 14:36:34 +0000
(09:36 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Thu, 29 Aug 2013 14:36:34 +0000
(09:36 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 66f21b0cbd38bc607123d9054d75415735d06608..4856824a862c648424f22e9373a8c090a00cdf95 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-48,7
+48,7
@@
setup(
'pytest>=2.3.1',
'pytest-xdist',
'werkzeug>=0.7',
- 'celery',
+ 'celery
>=3.0
',
'kombu',
'jinja2',
'sphinx',