Skip to content

Commit

Permalink
Poetry 2.1 도입
Browse files Browse the repository at this point in the history
  • Loading branch information
item4 committed Feb 15, 2025
1 parent d69d182 commit c2b4c64
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ YUI는 다용도 Slack App 입니다.
- Python 3.13.2 혹은 그 이상 버전
- PostgreSQL 16
- Valkey_ 8.0 이상
- Poetry_ 2.0.1 이상
- Poetry_ 2.1.0 이상


.. _Valkey: https://canonical.com/data/valkey
Expand Down
47 changes: 22 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ warn_unused_ignores = true # Warns about unneeded # type: ignore comments.
show_error_codes = true

[tool.poetry]
requires-poetry = ">=2.0"
requires-poetry = ">=2.1"

[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.9"
Expand Down

0 comments on commit c2b4c64

Please sign in to comment.