use main pypi
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
1e81490c93
commit
5db3c76570
|
@ -179,7 +179,7 @@ wsproto = "*"
|
||||||
xmlsec = "*"
|
xmlsec = "*"
|
||||||
zxcvbn = "*"
|
zxcvbn = "*"
|
||||||
jsonpatch = "*"
|
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]
|
[tool.poetry.dev-dependencies]
|
||||||
bandit = "*"
|
bandit = "*"
|
||||||
|
@ -205,16 +205,6 @@ requests-mock = "*"
|
||||||
ruff = "*"
|
ruff = "*"
|
||||||
selenium = "*"
|
selenium = "*"
|
||||||
|
|
||||||
[[tool.poetry.source]]
|
|
||||||
name = "test-pypi"
|
|
||||||
url = "https://test.pypi.org/simple/"
|
|
||||||
priority = "primary"
|
|
||||||
|
|
||||||
|
|
||||||
[[tool.poetry.source]]
|
|
||||||
name = "PyPI"
|
|
||||||
priority = "primary"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Reference in New Issue