From: =?utf-8?q?Sandro_Knau=C3=9F?= <hefee@debian.org>
Date: Tue, 1 Oct 2024 13:55:38 +0200
Subject: Remove cython dependency

In most cases there is no runtime dependency for a tool like cython,
that is only used when building the package.

Forwarded: not-needed
---
 cli/pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 18e5241..812d9a7 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -38,7 +38,6 @@ packaging = ">=24"
 gevent = "^23.9.1"
 wheel = "^0.41.2"
 cffi = "^1.15.1"
-cython = "^3.0.2"
 qrcode = "^7.4.2"
 
 [tool.poetry.group.dev.dependencies]
