1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/maloja/__init__.py
2019-11-24 21:47:24 +01:00

20 lines
298 B
Python

name = "maloja"
from .info import author,version,versionstr
requires = [
"bottle>=0.12.16",
"waitress>=1.3",
"doreah>=1.2.7",
"nimrodel>=0.4.9",
"setproctitle>=1.1.10",
"wand>=0.5.4",
"lesscpy>=0.13"
]
resources = [
"website/*/*",
"website/*",
"data_files/*/*",
"data_files/.doreah"
]