Skip to content
Snippets Groups Projects
Commit 1f09e77c authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed pyproject.toml

parent 2b92857f
Branches
Tags
No related merge requests found
...@@ -7,11 +7,11 @@ authors = ["TheCodeLabsDevs"] ...@@ -7,11 +7,11 @@ authors = ["TheCodeLabsDevs"]
[[tool.poetry.source]] [[tool.poetry.source]]
name = "TheCodeLabs" name = "TheCodeLabs"
url = "https://pypi.thecodelabs.de" url = "https://pypi.thecodelabs.de"
secondary = true priority = "explicit"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
thecodelabs-baseutils = "*" thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" }
fastapi = "0.95.1" fastapi = "0.95.1"
uvicorn = "0.22.0" uvicorn = "0.22.0"
sqlalchemy = "2.0.12" sqlalchemy = "2.0.12"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment