Browse Source

pull in dep that has fixed setup.py

main
John-Mark Gurney 2 years ago
parent
commit
a37b25c6e0
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 @ git+https://www.funkthat.com/gitea/jmg/alarmdecoder.git@a5ede28f3bdea908fff96731d156b74b4f2e49c2#egg=alarmdecoder',
'alarmdecoder @ git+https://www.funkthat.com/gitea/jmg/alarmdecoder.git@af9e785acc09dac39511a30aa251c5b1916efae7#egg=alarmdecoder',
'mock',
'twisted',
'pyserial',


Loading…
Cancel
Save