Skip to content

Commit

Permalink
Update Pipfile related to ticket ProjectBorealis#7
Browse files Browse the repository at this point in the history
Add "requests" and "urllib3" package to handle GitHub CLI download
  • Loading branch information
User21T authored Nov 30, 2024
1 parent 50b67bf commit 4aad38b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ colorama = "*"
verboselogs = "*"
crcmod = "*"
tinyaes = "*"
requests = "*"
urllib3 = "*"
pywin32 = {version = "*", sys_platform = "== 'win32'"}
pefile = {version = "*", sys_platform = "== 'win32'"}
"pywin32-ctypes" = {version = "*", sys_platform = "== 'win32'"}
Expand Down

0 comments on commit 4aad38b

Please sign in to comment.