Skip to content

Commit

Permalink
[core] Update bk7231tools, upk2esphome, pywin32, add requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Nov 18, 2023
1 parent 867ba87 commit f4f0009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
set PATH=%cd%\python;%PATH%
python -m pip install "ltchiptool-terminal>=1.3.0" || exit /b
python -m pip install "upk2esphome>=1.7.0" || exit /b
python -m pip install "upk2esphome>=1.8.0" || exit /b
- name: Build GUI with PyInstaller
shell: cmd
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ click = "^8.1.3"
colorama = "^0.4.5"
importlib-metadata = "*"
prettytable = "^3.3.0"
bk7231tools = "^1.4.0"
bk7231tools = "^1.5.1"
xmodem = "^0.4.6"
wxPython = {version = "^4.2.0", optional = true}
pywin32 = {version = "^305", optional = true, markers = "sys_platform == 'win32'"}
py-datastruct = "^0.4.0"
pywin32 = {version = "*", optional = true, markers = "sys_platform == 'win32'"}
py-datastruct = "^1.0.0"
semantic-version = "^2.10.0"
hexdump = "^3.3"
bitstruct = "^8.1.1"
zeroconf = "^0"
requests = "^2.31.0"

[tool.poetry.dependencies.pycryptodomex]
version = "^3.9.9"
Expand Down

0 comments on commit f4f0009

Please sign in to comment.