From 10a4df1819b160d5de9ea9ae22a6d11efbc67537 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Sat, 13 Aug 2022 15:38:05 -0400 Subject: [PATCH] Add Cython to test dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2e1a164c..336085cc 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ 'pycodestyle~=2.7.0', 'pyOpenSSL~=19.0.0', 'mypy>=0.800', + CYTHON_DEPENDENCY, ] # Dependencies required to build documentation.