From d55ca4c9536e20796a60a68ed2f07e6e238b242c Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Fri, 1 Dec 2023 10:54:23 -0800 Subject: [PATCH] Keep empy less than 4 Short term work around for #259 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bcca932..2132d5b4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup install_requires = [ - 'empy', + 'empy<4', 'pexpect', 'packaging', 'urllib3',