1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Version-bumped Python and dependencies

This commit is contained in:
krateng
2022-04-23 17:59:39 +02:00
parent 6c5f08aa5a
commit c3bb8ad322
3 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ name = "malojaserver"
version = "3.0.5"
description = "Self-hosted music scrobble database"
readme = "./README.md"
requires-python = ">=3.6"
requires-python = ">=3.7"
license = { file="./LICENSE" }
authors = [ { name="Johannes Krattenmacher", email="maloja@dev.krateng.ch" } ]
@@ -20,12 +20,12 @@ classifiers = [
dependencies = [
"bottle>=0.12.16",
"waitress>=1.3",
"waitress>=2.1.0",
"doreah>=1.9.1, <2",
"nimrodel>=0.8.0",
"setproctitle>=1.1.10",
#"pyvips>=2.1.16",
"jinja2>=2.11",
"jinja2>=3.0.0",
"lru-dict>=1.1.6",
"psutil>=5.8.0",
"sqlalchemy>=1.4",