Browse Source

pin alarmdecoder version as major version 0 makes no

guarantees as to API stability, so newer versions might
break this package, and I don't want to have a broken
package...
main
John-Mark Gurney 7 years ago
parent
commit
de67d49e49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -11,7 +11,7 @@ setup(name='adtwist',
url='https://github.com/jmgurney/adtwist',
py_modules=['adtwist'],
install_requires=[
'alarmdecoder',
'alarmdecoder==0.12.3',
'mock',
'twisted',
'pyserial',


Loading…
Cancel
Save