1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added requirement

This commit is contained in:
Krateng
2019-02-16 21:21:29 +01:00
parent 79b2d05824
commit e8fbf95c30
2 changed files with 5 additions and 7 deletions

3
maloja
View File

@@ -9,7 +9,8 @@ import stat
neededmodules = [
"bottle",
"waitress"
"waitress",
"setproctitle"
]
SOURCE_URL = "https://github.com/krateng/maloja/archive/master.zip"