Skip to content

Commit fdae317

Browse files
committed
Add lower bound for saneyaml
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent e90d66c commit fdae317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def read(*names, **kwargs):
6767
install_requires=[
6868
'jinja2',
6969
'click',
70-
'saneyaml',
70+
'saneyaml >= 0.5.2',
7171
'boolean.py >= 3.5, < 4.0',
7272
'license_expression >= 0.94',
7373
'packageurl_python >= 0.9.0',

0 commit comments

Comments
 (0)