Fixed requirement

This commit is contained in:
Krateng 2020-12-13 03:24:40 +01:00
parent 4e69a6119d
commit 218313f80c
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ author = {
"email":"maloja@krateng.dev",
"github": "krateng"
}
version = 2,10,7
version = 2,11,0
versionstr = ".".join(str(n) for n in version)
links = {
"pypi":"malojaserver",
@ -15,7 +15,7 @@ links = {
requires = [
"bottle>=0.12.16",
"waitress>=1.3",
"doreah>=1.6.13",
"doreah>=1.6.12",
"nimrodel>=0.6.4",
"setproctitle>=1.1.10",
"wand>=0.5.4",