Fixed requirements

This commit is contained in:
Krateng 2020-01-10 23:02:51 +01:00
parent c518627670
commit a2cc27ddd4
1 changed files with 2 additions and 2 deletions

View File

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