Skip to content

Commit

Permalink
+urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
AresConnor committed Nov 22, 2023
1 parent f783590 commit 9dc591d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
17 changes: 13 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies = [
"tqdm>=4.66.1",
"nuitka>=1.8.5",
"black>=23.11.0",
"urllib3>=2.1.0",
]
requires-python = ">=3.10"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion scripts/distribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
--windows-file-description="BlueArchive Account tool" ^
--include-data-dir=platform-tools=platform-tools ^
--include-data-dir=data/16_9=data/16_9 ^
--nofollow-import-to=tqdm,mypy-extensions,tomli,packaging,platformdirs,click,pathspec,typing-extensions,black ^
--nofollow-import-to=tqdm,mypy-extensions,tomli,packaging,platformdirs,click,pathspec,typing-extensions,black,urllib3 ^
--copyright="Copyright ACGN-Alliance. All right reserved." ^
--remove-output ^
main.py ^
Expand Down

0 comments on commit 9dc591d

Please sign in to comment.