From a3955fd8d5346f375b67bed2d9a08a0798087512 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 31 Jan 2015 13:50:40 +1100 Subject: [PATCH] * Require plac --- requirements.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1886fb050..1f41a9313 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ murmurhash unidecode numpy wget +plac diff --git a/setup.py b/setup.py index a145f119d..7c7c6a0d3 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def run_setup(exts): ext_modules=exts, license="Dual: Commercial or AGPL", install_requires=['numpy', 'murmurhash', 'cymem', 'preshed', 'thinc', - "unidecode", 'wget'], + "unidecode", 'wget', 'plac'], setup_requires=["headers_workaround"], )