Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DotBow committed Aug 9, 2022
1 parent fc970f0 commit 72b3e30
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 219 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ mkdocs-material = "*"
pyqt5-tools = {version = "==5.15.4.3.2", os_name = "=='nt'"}

[packages]
pyinstaller = "==5.0.0"
beautifulsoup4 = "==4.10.0"
pyinstaller = "==5.3.0"
beautifulsoup4 = "==4.11.1"
pyqt5 = "==5.15.6"
urllib3 = {version = "==1.26.8", extras = ["socks"]}
urllib3 = {version = "==1.26.11", extras = ["socks"]}
pywin32 = {version = "*", os_name = "=='nt'"}
pynput = "==1.7.3"
pynput = "==1.7.6"
lxml = "*"
cchardet = "*"
python-xlib = "*"
Expand Down
Loading

0 comments on commit 72b3e30

Please sign in to comment.