mirror of
https://github.com/krateng/maloja.git
synced 2025-04-12 15:07:13 +03:00
This should work
This commit is contained in:
parent
a4ae92e642
commit
c75bd4fcc3
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
echo -e "\nMaloja is starting!"
|
echo -e "\nMaloja is starting!"
|
||||||
exec \
|
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 = [
|
dependencies = [
|
||||||
"bottle>=0.12.16",
|
"bottle>=0.12.16",
|
||||||
"waitress>=2.1.0",
|
"waitress>=2.1.0",
|
||||||
"doreah>=2.0.0, <3",
|
"doreah>=2.0.1, <3",
|
||||||
"nimrodel>=0.8.0",
|
"nimrodel>=0.8.0",
|
||||||
"setproctitle>=1.1.10",
|
"setproctitle>=1.1.10",
|
||||||
#"pyvips>=2.1.16",
|
#"pyvips>=2.1.16",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
bottle>=0.12.16
|
bottle>=0.12.16
|
||||||
waitress>=2.1.0
|
waitress>=2.1.0
|
||||||
doreah>=2.0.0, <3
|
doreah>=2.0.1, <3
|
||||||
nimrodel>=0.8.0
|
nimrodel>=0.8.0
|
||||||
setproctitle>=1.1.10
|
setproctitle>=1.1.10
|
||||||
jinja2>=3.0.0
|
jinja2>=3.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user