Skip to content

Commit 780fdb6

Browse files
committed
Added missing non-latin-locales to deps
1 parent 7faaa0b commit 780fdb6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

get-min-py/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies = [
2121
"colorama~=0.4.6 ; platform_system == 'Windows'",
2222
"is-unicode-supported~=1.0.2",
2323
"json5~=0.13.0",
24+
"non-latin-locales~=1.0.1",
2425
]
2526
requires-python = ">=3.8,<4"
2627
keywords = [

is-unicode-supported/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
"colorama~=0.4.6 ; platform_system == 'Windows'",
2323
"is-legacy-terminal~=1.0.0",
2424
"json5~=0.13.0",
25+
"non-latin-locales~=1.0.1",
2526
]
2627
requires-python = ">=3.8,<4"
2728
keywords = [

0 commit comments

Comments
 (0)