diff --git a/pyproject.toml b/pyproject.toml index 95508eb6fe2cbbf55afe624da0b88aa3b89ae0a6..cd41d1706184dc738f03df63ff62c285661648bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,11 @@ authors = ["TheCodeLabsDevs"] [[tool.poetry.source]] name = "TheCodeLabs" url = "https://pypi.thecodelabs.de" -secondary = true +priority = "explicit" [tool.poetry.dependencies] python = "^3.9" -thecodelabs-baseutils = "*" +thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" } fastapi = "0.95.1" uvicorn = "0.22.0" sqlalchemy = "2.0.12"