Skip to content

Commit

Permalink
add tqdm package for progress bars
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRWest committed Feb 14, 2024
1 parent 00fed2b commit fc5ee0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ dependencies = [
"more-itertools",
"openpyxl >= 3.0, < 3.1",
"pandas >= 2.1",
"pyarrow"
"pyarrow",
"tqdm"
]

[project.optional-dependencies]
Expand Down

0 comments on commit fc5ee0b

Please sign in to comment.