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
...
 
@@ -11,2 +11,3 @@ REQUIREMENTS = {
 
    'extras_require': {
 
        'brightfunds': ['xlrd'],
 
        'nbpy2017': ['beautifulsoup4', 'html5lib'],
...
 
@@ -27,3 +28,3 @@ setup(
 
    description="Import different sources of financial data to Ledger",
 
    version='0.2',
 
    version='0.3',
 
    author='Brett Smith',
0 comments (0 inline, 0 general)