This should work

This commit is contained in:
krateng 2024-01-01 19:15:17 +01:00
parent a4ae92e642
commit c75bd4fcc3
3 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@
echo -e "\nMaloja is starting!"
exec \
s6-setuidgid abc python -m venv /venv && s6-setuidgid abc /venv/bin/python -m maloja run
s6-setuidgid abc /venv/bin/python -m maloja run

View File

@ -21,7 +21,7 @@ classifiers = [
dependencies = [
"bottle>=0.12.16",
"waitress>=2.1.0",
"doreah>=2.0.0, <3",
"doreah>=2.0.1, <3",
"nimrodel>=0.8.0",
"setproctitle>=1.1.10",
#"pyvips>=2.1.16",

View File

@ -1,6 +1,6 @@
bottle>=0.12.16
waitress>=2.1.0
doreah>=2.0.0, <3
doreah>=2.0.1, <3
nimrodel>=0.8.0
setproctitle>=1.1.10
jinja2>=3.0.0