mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
load settings from db, use api to change settings
+ add route to get all settings + add route to set any setting + add untested migration to add settings into settings db + compress json in api responses using FlaskCompress + serve gziped assets if browser accepts encoded files + misc
This commit is contained in:
@@ -21,6 +21,7 @@ psutil = "^5.9.4"
|
||||
show-in-file-manager = "^1.1.4"
|
||||
pendulum = "^2.1.2"
|
||||
alive-progress = "^3.1.4"
|
||||
flask-compress = "^1.13"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pylint = "^2.15.5"
|
||||
|
||||
Reference in New Issue
Block a user