downgrade ruamel.yaml to fix tests

This commit is contained in:
Maximilian Hils 2021-05-31 21:17:07 +02:00 committed by GitHub
parent 6d2b823a54
commit 27883e7b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ setup(
"pyOpenSSL>=20.0,<20.1",
"pyparsing>=2.4.2,<2.5",
"pyperclip>=1.6.0,<1.9",
"ruamel.yaml>=0.16,<0.18",
"ruamel.yaml>=0.16,<0.17",
"sortedcontainers>=2.3,<2.5",
"tornado>=4.3,<7",
"urwid>=2.1.1,<2.2",