Skip to content

Commit

Permalink
Change celery and kombu requirements to match ckanext-datastorer
Browse files Browse the repository at this point in the history
  • Loading branch information
johnglover committed Jun 13, 2012
1 parent 88dbe08 commit b202615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -17,8 +17,8 @@
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
install_requires=[ install_requires=[
'celery==2.4.5', 'celery==2.4.2',
'kombu==1.5.1', 'kombu==2.1.3',
'kombu-sqlalchemy==1.1.0', 'kombu-sqlalchemy==1.1.0',
'SQLAlchemy>=0.6.6', 'SQLAlchemy>=0.6.6',
'requests==0.6.4', 'requests==0.6.4',
Expand Down

0 comments on commit b202615

Please sign in to comment.