fix pin of ruamel

This commit is contained in:
danguidara 2023-10-20 18:14:34 -04:00
parent 3e6139fbce
commit ccd319279e

View file

@ -19,7 +19,7 @@ classifiers =
[options]
packages = find:
install_requires =
ruamel.yaml>=0.15 < 0.17.39
ruamel.yaml>=0.15, < 0.17.39
tomli>=1.1.0;python_version<"3.11"
python_requires = >=3.8