add direct dependency to text-unidecode

This commit is contained in:
Hayden 2023-08-20 17:59:40 -05:00
parent acf7607106
commit 7e23c2c3a8
No known key found for this signature in database
GPG Key ID: 17CF79474E257545
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -2933,4 +2933,4 @@ pgsql = ["psycopg2-binary"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "cc21108963f6759fb86e38d26c36a29f4b50dae23404d20219323ffa29d43753"
content-hash = "b18a48b2cf3cf26a5eea456056c9dcaf527fb9a6aabf493f25fedb73917175c5"

View File

@ -47,6 +47,7 @@ mypy = "^1.5.1"
pre-commit = "^3.3.3"
rich = "^13.5.2"
black = "^23.7.0"
text-unidecode = "^1.3"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"