Skip to content

Commit 9297cf0

Browse files
committed
Add tqdm as a dependency
1 parent 5196e19 commit 9297cf0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pytest
66
requests
77
pydantic
88
python-slugify
9+
tqdm

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ text-unidecode==1.3
5454
# via python-slugify
5555
tomli==2.0.1
5656
# via pytest
57+
tqdm==4.66.4
58+
# via -r requirements.in
5759
typing-extensions==4.2.0
5860
# via pydantic
5961
urllib3==1.26.9

0 commit comments

Comments
 (0)