Skip to content

Commit

Permalink
chore: pre-position fix for poetry warning about poetry-plugin-export
Browse files Browse the repository at this point in the history
Fix not enabled yet, since it requires poetry >= 2.0
  • Loading branch information
dupuy committed Jan 7, 2025
1 parent 6d3ac34 commit e41dc51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ tox = "^4.23.2"
re2 = ["pyre2"]
re2-wheels = ["pyre2-updated"]

# Uncomment when ready to require poetry >= 2.0; for now it's just a warning:
# poetry-plugin-export will not be installed by default in a future version...
#[tool.poetry.requires-plugins]
#poetry-plugin-export = ">1.7"

[tool.poetry.scripts]
reliabot = 'reliabot.reliabot:main'

Expand Down

0 comments on commit e41dc51

Please sign in to comment.