diff --git a/setup.py b/setup.py index 77fc08b9..d780e98a 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,10 @@ 'retrying>=1.3.3', 'six>=1.10.0' ], + extras_require={ + # Kept for backward compatibility, msgpack is not a direct dependency. + 'msgpack': [], + }, classifiers=[ 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: BSD License',