We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project.dependencies
1 parent 2d12b48 commit 50b9129Copy full SHA for 50b9129
1 file changed
translate-messages/pyproject.toml
@@ -18,9 +18,9 @@ license-files = [
18
"LICENSE.md",
19
]
20
dependencies = [
21
+ "colorama>=0.4.6,<1.0.0",
22
"requests>=2.32.0,<3.0.0",
23
"translate>=3.8.0,<4.0.0",
- "colorama>=0.4.6,<1.0.0",
24
25
requires-python = ">=3.6,<4.0"
26
keywords = [
@@ -35,6 +35,7 @@ classifiers = [
35
"Development Status :: 5 - Production/Stable",
36
"Intended Audience :: Developers",
37
"Natural Language :: English",
38
+ "Topic :: File Formats :: JSON",
39
"Topic :: Software Development :: Build Tools",
40
"Topic :: Software Development :: Localization",
41
"Programming Language :: Python :: 3",
0 commit comments