From e78988a38fc3d8153f0358d9cac1147bbdeeb70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=86=E3=81=8B=E3=82=89?= Date: Wed, 7 Jul 2021 17:41:35 +0900 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79318b2..16a56aa 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( url="https://github.com/kokarare1212/librespot-python", license="Apache-2.0", packages=setuptools.find_packages("."), - install_requires=["defusedxml", "protobuf", "pycryptodome", "requests"], + install_requires=["defusedxml", "protobuf", "pycryptodomex", "requests"], classifiers=[ "Development Status :: 1 - Planning", "License :: OSI Approved :: Apache Software License",