1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Colin Watson <cjwatson@debian.org>
Date: Wed, 7 Jan 2026 15:26:47 +0000
Subject: Remove unused run-time dependency on setuptools
Bug-Debian: https://bugs.debian.org/1083692
Last-Update: 2026-01-07
---
requirements.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index d652dac..255c5d2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,6 @@ python-box[all]~=7.3.2
python-dotenv
PyYAML
requests[socks]<3
-setuptools>=65.5.1
shtab
SQLAlchemy~=2.0
pyfunceble-process-manager==1.0.10
\ No newline at end of file
|