Updated dependencies for Python 3.10, fix GH-85

This commit is contained in:
krateng 2021-10-20 19:08:21 +02:00
parent d1b598a32b
commit 5157ce825e
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ author = {
"email":"maloja@dev.krateng.ch", "email":"maloja@dev.krateng.ch",
"github": "krateng" "github": "krateng"
} }
version = 2,12,13 version = 2,12,14
versionstr = ".".join(str(n) for n in version) versionstr = ".".join(str(n) for n in version)
links = { links = {
"pypi":"malojaserver", "pypi":"malojaserver",
@ -16,7 +16,7 @@ requires = [
"bottle>=0.12.16", "bottle>=0.12.16",
"waitress>=1.3", "waitress>=1.3",
"doreah>=1.6.12", "doreah>=1.6.12",
"nimrodel>=0.6.5", "nimrodel>=0.7.0",
"setproctitle>=1.1.10", "setproctitle>=1.1.10",
"wand>=0.5.4", "wand>=0.5.4",
"jinja2>=2.11", "jinja2>=2.11",

View File

@ -1,7 +1,7 @@
bottle>=0.12.16 bottle>=0.12.16
waitress>=1.3 waitress>=1.3
doreah>=1.6.12 doreah>=1.6.12
nimrodel>=0.6.5 nimrodel>=0.7.0
setproctitle>=1.1.10 setproctitle>=1.1.10
wand>=0.5.4 wand>=0.5.4
jinja2>2.11 jinja2>2.11