From be5688006fc51f720c9864609805e8938a8377c0 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Tue, 30 Jul 2019 14:57:32 -0700 Subject: [PATCH] Pin python-chess version on 0.27.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd3e5da..14a68a8 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['python-chess'], + install_requires=['python-chess==0.27.3'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,