Skip to content

Commit

Permalink
Update tomlkit and ruamel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenetriguba committed Nov 5, 2023
1 parent 0e49cb6 commit a3e6a57
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ pytest = "poetry run pytest tests/"

[tool.poetry.dependencies]
python = "^3.6"
tomlkit = { version = "^0.6.0", optional = true }
"ruamel.yaml" = { version = "^0.16.10", optional = true }
tomlkit = [
{ version = "^0.7.0", python = "^3.6,<=3.7", optional = true },
{ version = "^0.12.2", python = ">=3.7,<4", optional = true }
]
"ruamel.yaml" = { version = "^0.17.16", optional = true }

[tool.poetry.extras]
toml = ["tomlkit"]
Expand Down

0 comments on commit a3e6a57

Please sign in to comment.