mirror of
https://github.com/krateng/maloja.git
synced 2025-04-04 19:20:03 +03:00
This should work
This commit is contained in:
parent
a4ae92e642
commit
c75bd4fcc3
@ -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
|
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user