From 27883e7b05032961cbee2b0f6a6867e4cc5d11d6 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 31 May 2021 21:17:07 +0200 Subject: [PATCH] downgrade `ruamel.yaml` to fix tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d37418c5..92a6c34a8 100644 --- a/setup.py +++ b/setup.py @@ -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",