build: add gevent to API deps (#9359)

This commit is contained in:
Víctor Fernández Poyatos
2025-12-01 13:11:38 +01:00
committed by GitHub
parent d3a000cbc4
commit 495aee015e
2 changed files with 213 additions and 8 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ dependencies = [
"markdown (>=3.9,<4.0)",
"drf-simple-apikey (==2.2.1)",
"matplotlib (>=3.10.6,<4.0.0)",
"reportlab (>=4.4.4,<5.0.0)"
"reportlab (>=4.4.4,<5.0.0)",
"gevent (>=25.9.1,<26.0.0)"
]
description = "Prowler's API (Django/DRF)"
license = "Apache-2.0"