Skip to content

Commit

Permalink
Merge pull request #110 from udomobi/develop
Browse files Browse the repository at this point in the history
Version 1.3.3
  • Loading branch information
Douglas Paz authored Dec 26, 2018
2 parents a2050d2 + a4f9b55 commit 5daa9aa
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ plac = "==0.9.6"
celery = "==4.2.1"
celery-worker-on-demand = {editable = true, ref = "0.1.3", git = "https://github.com/Ilhasoft/celery-worker-on-demand"}
docker = "==3.6.0"
pythainlp = "==1.7.1"
"pymorphy2" = "==0.8"

[dev-packages]
coverage = "*"
Expand Down
84 changes: 77 additions & 7 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 @@ -3,7 +3,7 @@

setup(
name='bothub-nlp',
version='1.3.2',
version='1.3.3',
description='Bothub NLP service',
packages=find_packages(),
dependency_links=[
Expand Down

0 comments on commit 5daa9aa

Please sign in to comment.