use main pypi

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-12-19 14:28:35 +01:00
parent 1e81490c93
commit 5db3c76570
No known key found for this signature in database
1 changed files with 1 additions and 11 deletions

View File

@ -179,7 +179,7 @@ wsproto = "*"
xmlsec = "*"
zxcvbn = "*"
jsonpatch = "*"
authentik-cloud-gateway-client-dev = {version = "0.1.6", allow-prereleases = true, source = "test-pypi"}
authentik_cloud_gateway_client = {version = "*", allow-prereleases = true}
[tool.poetry.dev-dependencies]
bandit = "*"
@ -205,16 +205,6 @@ requests-mock = "*"
ruff = "*"
selenium = "*"
[[tool.poetry.source]]
name = "test-pypi"
url = "https://test.pypi.org/simple/"
priority = "primary"
[[tool.poetry.source]]
name = "PyPI"
priority = "primary"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"