Skip to content

Commit 29a031a

Browse files
committed
Add tqdm to requirements and hiddenimports
1 parent 93f5558 commit 29a031a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

build.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ a = Analysis(
5151
"certifi",
5252
"charset_normalizer",
5353
"idna",
54+
"tqdm",
5455
],
5556
hookspath=[],
5657
hooksconfig={},

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ httpx
55
anthropic
66
pillow
77
requests
8+
tqdm

0 commit comments

Comments
 (0)