mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Added missing dependency
This commit is contained in:
parent
9b787fa3b1
commit
65f9c88da4
@ -5,7 +5,7 @@ author = {
|
|||||||
"email":"maloja@krateng.dev",
|
"email":"maloja@krateng.dev",
|
||||||
"github": "krateng"
|
"github": "krateng"
|
||||||
}
|
}
|
||||||
version = 2,4,3
|
version = 2,4,6
|
||||||
versionstr = ".".join(str(n) for n in version)
|
versionstr = ".".join(str(n) for n in version)
|
||||||
links = {
|
links = {
|
||||||
"pypi":"malojaserver",
|
"pypi":"malojaserver",
|
||||||
@ -20,7 +20,8 @@ requires = [
|
|||||||
"setproctitle>=1.1.10",
|
"setproctitle>=1.1.10",
|
||||||
"wand>=0.5.4",
|
"wand>=0.5.4",
|
||||||
"lesscpy>=0.13",
|
"lesscpy>=0.13",
|
||||||
"jinja2>2.11"
|
"jinja2>2.11",
|
||||||
|
"lru-dict>=1.1.6"
|
||||||
]
|
]
|
||||||
resources = [
|
resources = [
|
||||||
"web/*/*/*",
|
"web/*/*/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user