fix: convert charsets to utf-8 when necessary (#32)

improve compatibility on Windows
This commit is contained in:
Nathaniel Landau
2023-03-30 17:37:32 -04:00
committed by GitHub
parent 4df10e785e
commit 72fef38b0f
4 changed files with 31 additions and 22 deletions

View File

@@ -17,15 +17,16 @@
obsidian-metadata = "obsidian_metadata.cli:app"
[tool.poetry.dependencies]
loguru = "^0.6.0"
python = "^3.10"
questionary = "^1.10.0"
regex = "^2023.3.23"
rich = "^13.3.3"
ruamel-yaml = "^0.17.21"
shellingham = "^1.5.0.post1"
tomlkit = "^0.11.7"
typer = "^0.7.0"
charset-normalizer = "2.1.0"
loguru = "^0.6.0"
python = "^3.10"
questionary = "^1.10.0"
regex = "^2023.3.23"
rich = "^13.3.3"
ruamel-yaml = "^0.17.21"
shellingham = "^1.5.0.post1"
tomlkit = "^0.11.7"
typer = "^0.7.0"
[tool.poetry.group.test.dependencies]
pytest = "^7.2.2"