Skip to content

Commit

Permalink
Update poetry-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Jun 7, 2022
1 parent 0c01b8b commit f36a37d
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 @@ -31,11 +31,7 @@ multi_line_output = 3 # Vertical Hanging Indent
src_paths = "tap_trello"

[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.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
Expand Down

0 comments on commit f36a37d

Please sign in to comment.