setup: Add overlooked PyYAML dependency.
Needed by meta_repo_links.
This commit is contained in:
parent
0d80c2282c
commit
18a513a694
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -12,6 +12,7 @@ setup(
|
|||
|
||||
install_requires=[
|
||||
'beancount>=2.2',
|
||||
'PyYAML>=3.0',
|
||||
'regex',
|
||||
'rt>=2.0',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue