Don't require Cython for setup, as that should be optional

This commit is contained in:
Theelgirl 2020-10-28 16:44:35 +00:00 committed by GitHub
parent cce378423f
commit af49aa187b
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@ setup(
],
license="MIT",
packages=["fvid"],
setup_requires=[
"cython >= 3.0a6"
],
install_requires=[
"bitstring >= 3.1.6",
"pillow >= 7.2.0",