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

Various fixes

This commit is contained in:
krateng
2022-02-13 07:45:22 +01:00
parent a64d3610d3
commit 8db87bdbc5
6 changed files with 26 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "malojaserver"
version = "2.14.6"
version = "3.0.0-dev"
description = "Self-hosted music scrobble database"
readme = "./README.md"
requires-python = ">=3.6"
@@ -28,7 +28,8 @@ dependencies = [
"jinja2>=2.11",
"lru-dict>=1.1.6",
"css_html_js_minify>=2.5.5",
"psutil>=5.8.0"
"psutil>=5.8.0",
"sqlalchemy>=1.4"
]
[project.scripts]