Skip to content

Commit c39d18d

Browse files
committed
Inserted missing comma
1 parent 6b4c0f4 commit c39d18d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ translate-messages = "translate_messages.__main__:main"
7272

7373
[project.optional-dependencies]
7474
dev = [
75-
"json5>=0.9.0<1.0.0",
75+
"json5>=0.9.0,<1.0.0",
7676
"tomli>=2.0.0,<3.0.0",
7777
"tomli-w>=0.1.0,<2.0.0",
7878
]

0 commit comments

Comments
 (0)