Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce-worker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
ecommerce-worker
Commits
dc048607
Commit
dc048607
authored
Mar 10, 2016
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14 from edx/clintonb/requirements-fix
Corrected base.txt requirements
parents
dd3abc57
711ee12b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
requirements/base.txt
+4
-2
setup.py
+1
-1
No files found.
requirements/base.txt
View file @
dc048607
# 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
setup.py
View file @
dc048607
...
@@ -6,7 +6,7 @@ with open('README.rst') as readme:
...
@@ -6,7 +6,7 @@ with open('README.rst') as readme:
setup
(
setup
(
name
=
'edx-ecommerce-worker'
,
name
=
'edx-ecommerce-worker'
,
version
=
'0.3.
2
'
,
version
=
'0.3.
3
'
,
description
=
'Celery tasks supporting the operations of edX
\'
s ecommerce service'
,
description
=
'Celery tasks supporting the operations of edX
\'
s ecommerce service'
,
long_description
=
long_description
,
long_description
=
long_description
,
classifiers
=
[
classifiers
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment