Changeset - 055cab0703c9
[Not reviewed]
0 1 0
Brett Smith - 6 years ago 2018-01-23 13:40:41
brettcsmith@brettcsmith.org
setup: brightfunds depends on xlrd.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
...
 
@@ -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+',
0 comments (0 inline, 0 general)