Commit dc048607 by Clinton Blackburn

Merge pull request #14 from edx/clintonb/requirements-fix

Corrected base.txt requirements
parents dd3abc57 711ee12b
# Install the local package (and its requirements)
.
# NOTE (CCB): These requirements are duplicated from setup.py because
# this package can serve as both a library and a standalone application.
celery==3.1.18
edx-rest-api-client==1.5.0
......@@ -6,7 +6,7 @@ with open('README.rst') as readme:
setup(
name='edx-ecommerce-worker',
version='0.3.2',
version='0.3.3',
description='Celery tasks supporting the operations of edX\'s ecommerce service',
long_description=long_description,
classifiers=[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment