diff --git a/setup.py b/setup.py index 3be125f..2b91679 100755 --- a/setup.py +++ b/setup.py @@ -30,5 +30,5 @@ setuptools.setup( 'Programming Language :: Python :: 3.8', ], include_package_data=True, - install_requires=["azure-iot-device","uuid","hmac","hashlib","base64"] + install_requires=["azure-iot-device"] )