1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Thu, 23 Jun 2022 16:23:46 +0200
Subject: Added gevent to instal_requires
Last-Update: 2023-05-24
---
pyproject.toml | 1 +
1 file changed, 1 insertion(+)
Index: pytango/pyproject.toml
===================================================================
--- pytango.orig/pyproject.toml
+++ pytango/pyproject.toml
@@ -59,6 +59,7 @@ classifiers = [
]
dependencies = [
+ "gevent",
"numpy (>=1.19.3,<3)",
"packaging",
"psutil >=5.3.0",
|