mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Updated dependencies for Python 3.10, fix GH-85
This commit is contained in:
parent
d1b598a32b
commit
5157ce825e
@ -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",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user