1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mygpo_ynh.git synced 2024-09-03 19:55:52 +02:00

Add a patch to install a specific gevent version for bookworm

This commit is contained in:
yunohost-bot 2024-06-30 20:11:58 +00:00 committed by Félix Piédallu
parent ef6884f9c6
commit 66e7224dd8

View file

@ -0,0 +1,10 @@
diff --git a/requirements-setup.txt b/requirements-setup.txt
index 18ec5499..8c58b6cc 100644
--- a/requirements-setup.txt
+++ b/requirements-setup.txt
@@ -1,3 +1,3 @@
envdir
-gevent==21.12.0
+gevent==23.9.1
sentry-sdk==1.9.10
\ No newline at end of file