Skip to content

Commit bf0c36d

Browse files
committed
update alarmdecoder version (#8)
1 parent f235a93 commit bf0c36d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
long_description_content_type="text/markdown",
2020
license="MIT",
2121
packages=["adext"],
22-
install_requires=["alarmdecoder==1.13.2"],
22+
install_requires=[
23+
"alarmdecoder@https://github.com/nutechsoftware/alarmdecoder/tarball/d45be9f53884ed21a84fb848b18c17fdfcf86170#egg=alarmdecoder-1.13.9b"
24+
],
2325
classifiers=[
2426
"Development Status :: 5 - Production/Stable",
2527
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)