mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 14:59:24 -04:00
add pexpect as a dependency
This commit is contained in:
1 parent
747328c8f7
commit
e156bae854
1 file changed
+1
-1
@@ -26,7 +26,7 @@ setup(
|
||||
packages=["meshtastic"],
|
||||
include_package_data=True,
|
||||
install_requires=["pyserial>=3.4", "protobuf>=3.6.1",
|
||||
"pypubsub>=4.0.3", "dotmap>=1.3.14"],
|
||||
"pypubsub>=4.0.3", "dotmap>=1.3.14", "pexpect"],
|
||||
python_requires='>=3.4',
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
||||
Reference in new issue
Block a user