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',