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

Fixed requirements

This commit is contained in:
Krateng 2020-01-10 23:02:51 +01:00
parent c518627670
commit a2cc27ddd4

View File

@ -7,14 +7,14 @@ author = {
"email":"maloja@krateng.dev", "email":"maloja@krateng.dev",
"github": "krateng" "github": "krateng"
} }
version = 2,2,2 version = 2,2,3
versionstr = ".".join(str(n) for n in version) versionstr = ".".join(str(n) for n in version)
requires = [ requires = [
"bottle>=0.12.16", "bottle>=0.12.16",
"waitress>=1.3", "waitress>=1.3",
"doreah>=1.4", "doreah>=1.4.5",
"nimrodel>=0.6.3", "nimrodel>=0.6.3",
"setproctitle>=1.1.10", "setproctitle>=1.1.10",
"wand>=0.5.4", "wand>=0.5.4",