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

Commit

Permalink
lock version temp on esptool
Browse files Browse the repository at this point in the history
  • Loading branch information
mkinney committed May 19, 2022
1 parent 3ab4bf6 commit 0f5bdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
package_data={
'': ['logo.png', 'help.svg', 'info.svg', 'options.svg', 'cog.svg', 'meshtastic_theme.xml', 'fields.json', 'radios/*'],
},
install_requires=["pyside6", "PyGithub", "esptool", "meshtastic>=1.3alpha.16", "qt-material",
install_requires=["pyside6", "PyGithub", "esptool==3.3.1", "meshtastic>=1.3alpha.16", "qt-material",
"psutil", "adafruit-nrfutil", "pyserial", "geocoder"],
extras_require={
},
Expand Down

0 comments on commit 0f5bdd3

Please sign in to comment.