Commit ff655437 authored by root's avatar root

fixed buildout for nltk

parent 7d8c444c
...@@ -14,6 +14,7 @@ parts += ...@@ -14,6 +14,7 @@ parts +=
wendelin.core wendelin.core
fluentd fluentd
ipython-notebook ipython-notebook
nltk
[eggs] [eggs]
initialization = initialization =
...@@ -25,6 +26,7 @@ eggs += ...@@ -25,6 +26,7 @@ eggs +=
${msgpack-python:egg} ${msgpack-python:egg}
${wendelin.core:egg} ${wendelin.core:egg}
${ipython:egg} ${ipython:egg}
${nltk:egg}
[erp5_repository_list] [erp5_repository_list]
repository_id_list += wendelin repository_id_list += wendelin
...@@ -46,3 +48,4 @@ branch = master ...@@ -46,3 +48,4 @@ branch = master
scipy = 0.15.1 scipy = 0.15.1
msgpack-python = 0.4.6 msgpack-python = 0.4.6
wendelin.core = 0.5 wendelin.core = 0.5
nltk = 3.1
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment