Skip to content

Commit

Permalink
fix: Pin poetry-core to a PyPI release (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jun 8, 2023
1 parent 8450952 commit 53d67c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 53d67c7

Please sign in to comment.