Skip to content

Commit

Permalink
add minimum version to esptool package
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Aug 10, 2023
1 parent 74d5057 commit 6503347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse_id/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_version(rel_path: str) -> str:
with open(path.join(here, 'DESCRIPTION.md'), encoding='utf-8') as f:
long_description = f.read()

install_deps = ['esptool', 'configobj','pycryptodome']
install_deps = ['esptool>=4.5', 'configobj','pycryptodome']


setuptools.setup(
Expand Down

0 comments on commit 6503347

Please sign in to comment.