Skip to content

Commit

Permalink
add tqdm to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlue committed Feb 25, 2024
1 parent 0e2c596 commit 741cb75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ classifiers = [
]
dependencies = [
'click>=8.1.3',
'requests>=2.0.0,<3.0.0',
'cloup>=3.0.0,<4.0.0',
'PyYAML==6.0.1'
'requests>=2.0.0',
'cloup>=3.0.0',
'PyYAML>=6.0.1',
'tqdm>=4.0.0'
]

[project.urls]
Expand Down

0 comments on commit 741cb75

Please sign in to comment.