diff --git a/pyproject.toml b/pyproject.toml index 473aa8f..df5b6e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,13 @@ classifiers=[ 'Programming Language :: Python'] description-file = "README.md" requires-python = ">=3.9" +requires = [ + 'click>=8.1.7', + 'semantic_version>=2.10.0', + 'polib>=1.2.0', + 'requests>=2.32.3', + 'tqdm>=4.66.4' +] [tool.flit.scripts] icm = "icm.__main__:cli"