Add support for ruamel.yaml 0.17.x YAML parsing library (#404).
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-30 15:53:19 -07:00
parent 631da1465e
commit c072678936
4 changed files with 6 additions and 5 deletions

View File

@@ -23,6 +23,6 @@ python-dateutil==2.8.1
PyYAML==5.3.1
regex; python_version >= '3.8'
requests==2.25.0
ruamel.yaml>0.15.0,<0.17.0
ruamel.yaml>0.15.0,<0.18.0
toml==0.10.2; python_version >= '3.8'
typed-ast==1.4.2; python_version >= '3.8'