From 7d2a3aae3e35bea4d4c9ed0fcaab91b71db8ca54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Thu, 13 May 2021 09:49:51 +0200 Subject: [PATCH] Fix Python 2.7 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e1a743b..28ce6c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ classifiers = [options] install_requires = cffi - ruamel.yaml + ruamel.yaml == 0.16.3 appdirs pywin32; platform_system == "Windows" future; python_version < '3'