diff --git a/pyproject.toml b/pyproject.toml index 7d09100..837fb26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,11 +34,7 @@ multi_line_output = 3 # Vertical Hanging Indent src_paths = "tap_gitlab" [build-system] -# Uncomment the pinned version in favor of the git URL once -# https://github.com/python-poetry/poetry-core/pull/257 is merged -# and a new poetry-core 1.0.x is released -# requires = ["poetry-core>=1.0.0"] -requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@master"] +requires = ["poetry-core==1.6.1"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts]