Changeset - 18a513a69415
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-04-06 18:32:41
brettcsmith@brettcsmith.org
setup: Add overlooked PyYAML dependency.

Needed by meta_repo_links.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
...
 
@@ -12,6 +12,7 @@ setup(
 

	
 
    install_requires=[
 
        'beancount>=2.2',
 
        'PyYAML>=3.0',
 
        'regex',
 
        'rt>=2.0',
 
    ],
0 comments (0 inline, 0 general)