Skip to content

Commit

Permalink
Merge pull request #116 from udomobi/hotfix/engine-1.19.1
Browse files Browse the repository at this point in the history
Update bothub-engine to 1.19.1
  • Loading branch information
johncordeiro authored Feb 7, 2019
2 parents ead3d14 + d69a0a9 commit c9a35ab
Show file tree
Hide file tree
Showing 11 changed files with 130 additions and 102 deletions.
2 changes: 1 addition & 1 deletion bothub-nlp-api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lint = "flake8"
[packages]
tornado = "==5.1.1"
raven = "*"
bothub-engine = {ref = "1.19.0", git = "https://github.com/Ilhasoft/bothub-engine"}
bothub-engine = {ref = "1.19.1", git = "https://github.com/Ilhasoft/bothub-engine"}
bothub-nlp-celery = {path = "./../bothub-nlp-celery"}
python-decouple = "*"
bothub-nlp = {path = "./../bothub-nlp"}
Expand Down
23 changes: 15 additions & 8 deletions bothub-nlp-api/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 bothub-nlp-nlu-worker-on-demand/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ celery-worker-on-demand = {ref = "0.2.0", git = "https://github.com/Ilhasoft/cel
bothub-nlp-celery = {path = "./../bothub-nlp-celery"}
docker = "==3.7.0"
bothub-nlp = {path = "./../bothub-nlp"}
bothub-engine = {ref = "1.19.0", git = "https://github.com/Ilhasoft/bothub-engine"}
bothub-engine = {ref = "1.19.1", git = "https://github.com/Ilhasoft/bothub-engine"}

[dev-packages]
redis = "*"
Expand Down
35 changes: 21 additions & 14 deletions bothub-nlp-nlu-worker-on-demand/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 bothub-nlp-nlu-worker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lint = "flake8"
importilhaspacylangs = "sh scripts/import_ilha_spacy_langs.sh"

[packages]
bothub-engine = {ref = "1.19.0", git = "https://github.com/Ilhasoft/bothub-engine"}
bothub-engine = {ref = "1.19.1", git = "https://github.com/Ilhasoft/bothub-engine"}
bothub-nlp-celery = {path = "./../bothub-nlp-celery"}
bothub-nlp-nlu = {path = "./../bothub-nlp-nlu"}
bothub-nlp = {path = "./../bothub-nlp"}
Expand Down
35 changes: 21 additions & 14 deletions bothub-nlp-nlu-worker/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 bothub-nlp-nlu-worker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
./../bothub-nlp
./../bothub-nlp-celery
./../bothub-nlp-nlu
git+https://github.com/Ilhasoft/bothub-engine@6ad6ac9304112f138c3183d0f2d791724e1b187f#egg=bothub-engine
git+https://github.com/Ilhasoft/bothub-engine@d3aa0888415f680d7726904b19dbae8a3f1569ab#egg=bothub-engine
plac==0.9.6
psycopg2-binary==2.7.6.1
2 changes: 1 addition & 1 deletion bothub-nlp-nlu/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lint = "flake8"
test = "coverage run -m unittest"

[packages]
bothub-engine = {ref = "1.19.0", git = "https://github.com/Ilhasoft/bothub-engine"}
bothub-engine = {ref = "1.19.1", git = "https://github.com/Ilhasoft/bothub-engine"}
contextvars = "==2.3"
spacy = "==2.0.18"
rasa-nlu = "==0.14.1"
Expand Down
Loading

0 comments on commit c9a35ab

Please sign in to comment.