Skip to content

Commit

Permalink
Upgrade celery-worker-on-demand
Browse files Browse the repository at this point in the history
  • Loading branch information
dougppaz committed Dec 20, 2018
1 parent cae0d28 commit a6b22f2
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ scikit-learn = "==0.20.1"
sklearn-crfsuite = "==0.3.6"
plac = "==0.9.6"
celery = "==4.2.1"
celery-worker-on-demand = {editable = true, ref = "0.1.2", git = "https://github.com/Ilhasoft/celery-worker-on-demand"}
celery-worker-on-demand = {editable = true, ref = "0.1.3", git = "https://github.com/Ilhasoft/celery-worker-on-demand"}
docker = "==3.6.0"

[dev-packages]
Expand Down
78 changes: 38 additions & 40 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dependency_links=[
'git+https://github.com/Ilhasoft/[email protected]#egg=bothub-en' +
'gine',
'git+https://github.com/Ilhasoft/[email protected].2#egg=' +
'git+https://github.com/Ilhasoft/[email protected].3#egg=' +
'celery-worker-on-demand',
],
install_requires=[
Expand Down

0 comments on commit a6b22f2

Please sign in to comment.