Skip to content

Commit b65237d

Browse files
author
thomas
authored
Merge pull request #7 from AvdN/patch-1
fix ruamel.yaml on 0.14.X for now
2 parents 96477b2 + 9109e61 commit b65237d

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
@@ -78,7 +78,7 @@
7878
# your project is installed. For an analysis of "install_requires" vs pip's
7979
# requirements files see:
8080
# https://packaging.python.org/en/latest/requirements.html
81-
install_requires=['pypyr', 'boto3', 'ruamel.yaml'],
81+
install_requires=['pypyr', 'boto3', 'ruamel.yaml<0.15'],
8282

8383
# List additional groups of dependencies here (e.g. development
8484
# dependencies). You can install these using the following syntax,

0 commit comments

Comments
 (0)