Skip to content

Commit

Permalink
Merge pull request #108 from udomobi/develop
Browse files Browse the repository at this point in the history
Version 1.3.2
  • Loading branch information
Douglas Paz authored Dec 20, 2018
2 parents e8bdd0b + 34c5348 commit a2050d2
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 43 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.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

setup(
name='bothub-nlp',
version='1.3.1',
version='1.3.2',
description='Bothub NLP service',
packages=find_packages(),
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 a2050d2

Please sign in to comment.