Skip to content

Commit e9985f5

Browse files
committed
Moved json5 from optional to required deps
1 parent a31e8f0 commit e9985f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ license-files = [
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1.0.0 ; platform_system == 'Windows'",
22+
"json5>=0.9.0,<1.0.0",
2223
"requests>=2.32.0,<3.0.0",
2324
]
2425
requires-python = ">=3.6,<4.0"
@@ -66,7 +67,6 @@ remove-json = "remove_json_keys.__main__:main"
6667

6768
[project.optional-dependencies]
6869
dev = [
69-
"json5>=0.9.0,<1.0.0",
7070
"tomli>=2.0.0,<3.0.0",
7171
"tomli-w>=0.1.0,<2.0.0",
7272
]

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ license-files = [
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1.0.0 ; platform_system == 'Windows'",
22+
"json5>=0.9.0,<1.0.0",
2223
"requests>=2.32.0,<3.0.0",
2324
"translate>=3.8.0,<4.0.0",
2425
]
@@ -73,7 +74,6 @@ translate-messages = "translate_messages.__main__:main"
7374

7475
[project.optional-dependencies]
7576
dev = [
76-
"json5>=0.9.0,<1.0.0",
7777
"tomli>=2.0.0,<3.0.0",
7878
"tomli-w>=0.1.0,<2.0.0",
7979
]

0 commit comments

Comments
 (0)