chore(deps): prefer to use tomllib/tomli and mark tomlkit/tomli_w as optional (#392)

* chore(deps): prefer to use tomllib and mark tomlkit as optional

* docs: add toml extra to install command

* docs: update changelog
This commit is contained in:
Waket Zheng
2024-12-17 01:43:36 +08:00
committed by GitHub
parent 0780919ef3
commit d8addadb37
6 changed files with 123 additions and 43 deletions

View File

@@ -12,7 +12,7 @@ up:
@poetry update
deps:
@poetry install -E asyncpg -E asyncmy
@poetry install -E asyncpg -E asyncmy -E toml
_style:
@isort -src $(checkfiles)