Merge pull request #1426 from gnattishness/update-config-helper-reqs

Update config_helper dependencies.
This commit is contained in:
Diederik Loerakker 2019-10-24 15:45:53 +08:00 committed by GitHub
commit 5b94250bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
ruamel.yaml==0.15.96
ruamel.yaml==0.16.5

View File

@ -4,6 +4,6 @@ setup(
name='config_helpers',
packages=['preset_loader'],
install_requires=[
"ruamel.yaml==0.15.96"
"ruamel.yaml==0.16.5"
]
)