Skip to content

Commit

Permalink
Add python packages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jun 29, 2024
1 parent 352ab1f commit e37d6a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e37d6a1

Please sign in to comment.