We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5196e19 commit 9297cf0Copy full SHA for 9297cf0
requirements.in
@@ -6,3 +6,4 @@ pytest
6
requests
7
pydantic
8
python-slugify
9
+tqdm
requirements.txt
@@ -54,6 +54,8 @@ text-unidecode==1.3
54
# via python-slugify
55
tomli==2.0.1
56
# via pytest
57
+tqdm==4.66.4
58
+ # via -r requirements.in
59
typing-extensions==4.2.0
60
# via pydantic
61
urllib3==1.26.9
0 commit comments