diff --git a/pyproject.toml b/pyproject.toml index b3d3498..b9131eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "lib-uvicorn-config" -version = "0.1.0" +version = "0.2.0" description = "Shared Uvicorn configuration module with logging support" readme = "README.md" requires-python = ">=3.10" authors = [{ name = "Florian Gänsejunge" }] -dependencies = ["simple-logger-handler @ git+https://git.gansejunge.com/notifier/lib-logger-handler.git@main"] +dependencies = ["simple-logger-handler"] [build-system] requires = ["setuptools>=61", "wheel"]