mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Version bump
This commit is contained in:
parent
f71bd72825
commit
1b0e3ffdb2
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "maloja"
|
name = "maloja"
|
||||||
version = "2.13.4"
|
version = "2.14.0"
|
||||||
description = "Self-hosted music scrobble database"
|
description = "Self-hosted music scrobble database"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.6"
|
||||||
@ -21,7 +21,7 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"bottle>=0.12.16",
|
"bottle>=0.12.16",
|
||||||
"waitress>=1.3",
|
"waitress>=1.3",
|
||||||
"doreah>=1.7.2",
|
"doreah>=1.7.2, <2",
|
||||||
"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