diff --git a/opendrop/__init__.py b/opendrop/__init__.py index 29612c5..37a2509 100644 --- a/opendrop/__init__.py +++ b/opendrop/__init__.py @@ -19,6 +19,6 @@ along with this program. If not, see . import logging -__version__ = '0.10.1' +__version__ = '0.10.2' logger = logging.getLogger(__name__) diff --git a/setup.py b/setup.py index 926f55a..3677f41 100644 --- a/setup.py +++ b/setup.py @@ -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': [