We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f235a93 commit bf0c36dCopy full SHA for bf0c36d
setup.py
@@ -19,7 +19,9 @@
19
long_description_content_type="text/markdown",
20
license="MIT",
21
packages=["adext"],
22
- install_requires=["alarmdecoder==1.13.2"],
+ install_requires=[
23
+ "alarmdecoder@https://github.com/nutechsoftware/alarmdecoder/tarball/d45be9f53884ed21a84fb848b18c17fdfcf86170#egg=alarmdecoder-1.13.9b"
24
+ ],
25
classifiers=[
26
"Development Status :: 5 - Production/Stable",
27
"License :: OSI Approved :: MIT License",
0 commit comments