setup: brightfunds depends on xlrd.

This commit is contained in:
Brett Smith 2018-01-23 08:40:41 -05:00
parent 37563ffae0
commit 055cab0703

View file

@ -9,6 +9,7 @@ REQUIREMENTS = {
'install_requires': ['babel'], 'install_requires': ['babel'],
'setup_requires': ['pytest-runner'], 'setup_requires': ['pytest-runner'],
'extras_require': { 'extras_require': {
'brightfunds': ['xlrd'],
'nbpy2017': ['beautifulsoup4', 'html5lib'], 'nbpy2017': ['beautifulsoup4', 'html5lib'],
}, },
} }
@ -25,7 +26,7 @@ REQUIREMENTS['tests_require'] = [
setup( setup(
name='import2ledger', name='import2ledger',
description="Import different sources of financial data to Ledger", description="Import different sources of financial data to Ledger",
version='0.2', version='0.3',
author='Brett Smith', author='Brett Smith',
author_email='brettcsmith@brettcsmith.org', author_email='brettcsmith@brettcsmith.org',
license='GNU AGPLv3+', license='GNU AGPLv3+',