From 055cab0703c9d62d150629cbbf4c4f7743ba034f 2018-01-23 13:40:41 From: Brett Smith Date: 2018-01-23 13:40:41 Subject: [PATCH] setup: brightfunds depends on xlrd. --- diff --git a/setup.py b/setup.py index 2afb12de0aa9d52a01fb092c1dc58af8a689b38a..99470f9bcaacbb5982672b210bfffc8a294e826d 100755 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ REQUIREMENTS = { 'install_requires': ['babel'], 'setup_requires': ['pytest-runner'], 'extras_require': { + 'brightfunds': ['xlrd'], 'nbpy2017': ['beautifulsoup4', 'html5lib'], }, } @@ -25,7 +26,7 @@ REQUIREMENTS['tests_require'] = [ setup( name='import2ledger', description="Import different sources of financial data to Ledger", - version='0.2', + version='0.3', author='Brett Smith', author_email='brettcsmith@brettcsmith.org', license='GNU AGPLv3+',