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 7a235ca7c5
commit cfd67fb5ea

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.8.0
+gevent==23.9.1
sentry-sdk==1.5.0
\ No newline at end of file