Update setup.py

This commit is contained in:
こうから 2021-07-07 17:41:35 +09:00 committed by GitHub
parent 4502848265
commit e78988a38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",