Move from netifaces to ifaddr and add better error handling

Display message if `owl` is not running (fixes #7, fixes #12)
This commit is contained in:
Milan Stute
2019-08-20 11:48:15 +02:00
parent b8b942d0c0
commit 8427681641
4 changed files with 35 additions and 25 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ setup(
package_data={
'opendrop': ['certs/*.pem']
},
install_requires=['requests', 'fleep', 'netifaces', 'Pillow',
install_requires=['requests', 'fleep', 'ifaddr', 'Pillow',
'requests_toolbelt', 'ctypescrypto', 'libarchive-c'],
entry_points={
'console_scripts': [