From af49aa187be32fe64f8ba8437dad3b19f88a222c Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Wed, 28 Oct 2020 16:44:35 +0000 Subject: [PATCH] Don't require Cython for setup, as that should be optional --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 9b4a64b..63b6e69 100644 --- a/setup.py +++ b/setup.py @@ -74,9 +74,6 @@ setup( ], license="MIT", packages=["fvid"], - setup_requires=[ - "cython >= 3.0a6" - ], install_requires=[ "bitstring >= 3.1.6", "pillow >= 7.2.0",