Skip to content

Commit 03374eb

Browse files
authored
Merge pull request #165 from mkinney/fix_pyyaml_import
adding pyyaml to setup
2 parents 56dec2c + 95cd5f9 commit 03374eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
include_package_data=True,
3030
install_requires=["pyserial>=3.4", "protobuf>=3.13.0",
3131
"pypubsub>=4.0.3", "dotmap>=1.3.14", "pexpect>=4.6.0", "pyqrcode>=1.2.1",
32-
"pygatt>=4.0.5", "tabulate>=0.8.9", "timeago>=1.0.15"],
32+
"pygatt>=4.0.5", "tabulate>=0.8.9", "timeago>=1.0.15", "pyyaml"],
3333
extras_require={
3434
'tunnel': ["pytap2>=2.0.0"]
3535
},

0 commit comments

Comments
 (0)