1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Bump PyYAML to 4.2b1

This commit is contained in:
Ross McFarland
2019-01-08 09:32:17 -08:00
parent c0730918a6
commit 56fe72df5c
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ setup(
'console_scripts': console_scripts,
},
install_requires=[
'PyYaml>=3.12',
'PyYaml>=4.2b1',
'dnspython>=1.15.0',
'futures>=3.2.0',
'incf.countryutils>=1.0',