|
|
@@ -11,7 +11,7 @@ setup(name='adtwist', |
|
|
|
url='https://github.com/jmgurney/adtwist', |
|
|
|
py_modules=['adtwist'], |
|
|
|
install_requires=[ |
|
|
|
'alarmdecoder==0.12.3', |
|
|
|
'alarmdecoder @ git+https://www.funkthat.com/gitea/jmg/alarmdecoder.git@a5ede28f3bdea908fff96731d156b74b4f2e49c2#egg=alarmdecoder', |
|
|
|
'mock', |
|
|
|
'twisted', |
|
|
|
'pyserial', |
|
|
@@ -19,6 +19,9 @@ setup(name='adtwist', |
|
|
|
tests_require=[ |
|
|
|
'coverage', |
|
|
|
], |
|
|
|
extras_require = { |
|
|
|
'dev': [ 'coverage' ], |
|
|
|
}, |
|
|
|
classifiers=[ |
|
|
|
'Development Status :: 4 - Beta', |
|
|
|
'Framework :: Twisted', |
|
|
|