Add threading for updating packages

This commit is contained in:
taoky
2024-08-02 16:56:23 +08:00
parent 889ed86497
commit ad57590bf0
2 changed files with 68 additions and 24 deletions

View File

@ -1,6 +1,8 @@
requests==2.32.3
tqdm==4.66.4
# dev
black==24.4.2
mypy==1.11.0
types-requests~=2.32.0
types-tqdm~=4.66.0