projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a690a5
)
Setting celery and kombu at very specific versions so that doing a fresh install...
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 20 Aug 2012 16:04:13 +0000
(11:04 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 20 Aug 2012 16:04:13 +0000
(11:04 -0500)
We really ought to get mediagoblin working with the latest packages.
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 7b03ebd34975667de8ceb8c8fdfd0e18feaabe4a..21c1179e9a1ec31be8ef6448a61f6b8605b5108c 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-50,7
+50,8
@@
setup(
'py-bcrypt',
'nose',
'werkzeug',
- 'celery',
+ 'celery==2.5.3',
+ 'kombu==2.1.7',
'jinja2',
'sphinx',
'Babel',