mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-14 15:16:11 -04:00
Include netifaces dependency (again)
Should be removed once we use upstream `zeroconf` (#14) Fixes #18
This commit is contained in:
@@ -19,6 +19,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
import logging
|
||||
|
||||
__version__ = '0.10.1'
|
||||
__version__ = '0.10.2'
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@@ -35,7 +35,7 @@ setup(
|
||||
package_data={
|
||||
'opendrop': ['certs/*.pem']
|
||||
},
|
||||
install_requires=['requests', 'fleep', 'ifaddr', 'Pillow',
|
||||
install_requires=['requests', 'fleep', 'ifaddr', 'netifaces', 'Pillow',
|
||||
'requests_toolbelt', 'ctypescrypto', 'libarchive-c'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
||||
Reference in New Issue
Block a user