Skip to content

Commit 5841e44

Browse files
committed
Deleted no-longer used ucs-detect from deps
1 parent 5fc01fc commit 5841e44

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

get-min-py/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ dependencies = [
2121
"colorama~=0.4.6 ; platform_system == 'Windows'",
2222
"is-unicode-supported~=1.0.0",
2323
"json5~=0.13.0",
24-
"ucs-detect~=2.0.2",
2524
]
2625
requires-python = ">=3.8,<4"
2726
keywords = [

remove-json-keys/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies = [
2323
"is-unicode-supported~=1.0.0",
2424
"json5~=0.13.0",
2525
"non-latin-locales~=1.0.1",
26-
"ucs-detect~=2.0.2",
2726
]
2827
requires-python = ">=3.8,<4"
2928
keywords = [

translate-messages/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies = [
2424
"json5~=0.13.0",
2525
"non-latin-locales~=1.0.1",
2626
"translate~=3.8.0",
27-
"ucs-detect~=2.0.2",
2827
]
2928
requires-python = ">=3.8,<4"
3029
keywords = [

0 commit comments

Comments
 (0)