Bypass dependency error

This commit is contained in:
kokarare1212 2022-05-29 10:52:00 +09:00
parent 1f38fb5abf
commit 98f46faa8e
No known key found for this signature in database
GPG Key ID: 0DEF4BD04A8D7E97
1 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,7 @@
import setuptools
setuptools.setup(name="librespot",
version="0.0.1",
version="0.0.2",
description="Open Source Spotify Client",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
@ -9,10 +9,7 @@ setuptools.setup(name="librespot",
url="https://github.com/kokarare1212/librespot-python",
license="Apache-2.0",
packages=setuptools.find_packages("."),
install_requires=[
"defusedxml", "protobuf", "pycryptodomex", "pyogg",
"requests", "websocket-client", "zeroconf"
],
install_requires=open("requirements.txt").read().splitlines(),
classifiers=[
"Development Status :: 1 - Planning",
"License :: OSI Approved :: Apache Software License",