diff --git a/pyproject.toml b/pyproject.toml index 883a911..774afdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "malojaserver" version = "3.2.2" description = "Self-hosted music scrobble database" readme = "./README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" license = { file="./LICENSE" } authors = [ { name="Johannes Krattenmacher", email="maloja@dev.krateng.ch" } ] @@ -31,7 +31,9 @@ dependencies = [ "sqlalchemy>=2.0", "python-datauri>=1.1.0", "requests>=2.27.1", - "setuptools>68.0.0" + "setuptools>68.0.0", + "toml>=0.10.2", + "PyYAML>=6.0.1" ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index c869349..c24f84b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,5 @@ sqlalchemy>=2.0 python-datauri>=1.1.0 requests>=2.27.1 setuptools>68.0.0 +toml>=0.10.2 +PyYAML>=6.0.1 \ No newline at end of file