From 53aa5869a3cdaa43305cc7da0a4b163c95c1db0a Mon Sep 17 00:00:00 2001 From: Luthaf Date: Sun, 31 Aug 2014 23:14:07 +0200 Subject: [PATCH] Update setup.py for Pypi --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index cf4ce869..a71f9dff 100755 --- a/setup.py +++ b/setup.py @@ -27,6 +27,9 @@ SETUP = {"name": 'patacrep', "locale", "logging", "os", "plasTeX", "re", "subprocess", "sys", "textwrap", "unidecode", "jinja2", "chardet" ], + "install_requires": [ + "argparse", "plasTeX", "unidecode", "jinja2", "chardet" + ], "package_data": {'patacrep': [ 'data/latex/*', 'data/templates/*', 'data/examples/*.sb',