From e77d4661cc453fb95463f8bfc6f8c13dd2c438cb Mon Sep 17 00:00:00 2001 From: Quantum Date: Fri, 1 May 2020 02:38:44 -0400 Subject: [PATCH] Require pyglet<1.4 for now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5eeb71..bc6777c 100644 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ setup( ] }, - install_requires=['pyglet', 'Pillow', 'six'], + install_requires=['pyglet<1.4', 'Pillow', 'six'], author='quantum', author_email='quantum2048@gmail.com',