setup: brightfunds depends on xlrd.
This commit is contained in:
parent
37563ffae0
commit
055cab0703
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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+',
|
||||
|
|
Loading…
Reference in a new issue