Skip to content

Commit 50b9129

Browse files
committed
Alphabetized project.dependencies, added JSON topic classifier
1 parent 2d12b48 commit 50b9129

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

translate-messages/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ license-files = [
1818
"LICENSE.md",
1919
]
2020
dependencies = [
21+
"colorama>=0.4.6,<1.0.0",
2122
"requests>=2.32.0,<3.0.0",
2223
"translate>=3.8.0,<4.0.0",
23-
"colorama>=0.4.6,<1.0.0",
2424
]
2525
requires-python = ">=3.6,<4.0"
2626
keywords = [
@@ -35,6 +35,7 @@ classifiers = [
3535
"Development Status :: 5 - Production/Stable",
3636
"Intended Audience :: Developers",
3737
"Natural Language :: English",
38+
"Topic :: File Formats :: JSON",
3839
"Topic :: Software Development :: Build Tools",
3940
"Topic :: Software Development :: Localization",
4041
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)