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
...
 
@@ -10,4 +10,5 @@ REQUIREMENTS = {
 
    'setup_requires': ['pytest-runner'],
 
    'extras_require': {
 
        'brightfunds': ['xlrd'],
 
        'nbpy2017': ['beautifulsoup4', 'html5lib'],
 
    },
...
 
@@ -26,5 +27,5 @@ 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',
0 comments (0 inline, 0 general)