mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Updated requirements
This commit is contained in:
parent
7299c2e07e
commit
ca78463989
@ -15,7 +15,7 @@ python_version = ">=3.6"
|
|||||||
requires = [
|
requires = [
|
||||||
"bottle>=0.12.16",
|
"bottle>=0.12.16",
|
||||||
"waitress>=1.3",
|
"waitress>=1.3",
|
||||||
"doreah>=1.7.0",
|
"doreah>=1.7.1",
|
||||||
"nimrodel>=0.7.0",
|
"nimrodel>=0.7.0",
|
||||||
"setproctitle>=1.1.10",
|
"setproctitle>=1.1.10",
|
||||||
"wand>=0.5.4",
|
"wand>=0.5.4",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
bottle>=0.12.16
|
bottle>=0.12.16
|
||||||
waitress>=1.3
|
waitress>=1.3
|
||||||
doreah>=1.7.0
|
doreah>=1.7.1
|
||||||
nimrodel>=0.7.0
|
nimrodel>=0.7.0
|
||||||
setproctitle>=1.1.10
|
setproctitle>=1.1.10
|
||||||
wand>=0.5.4
|
wand>=0.5.4
|
||||||
|
Loading…
Reference in New Issue
Block a user