Skip to content

Commit 98f46fa

Browse files
committed
Bypass dependency error
1 parent 1f38fb5 commit 98f46fa

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
import setuptools
22

33
setuptools.setup(name="librespot",
4-
version="0.0.1",
4+
version="0.0.2",
55
description="Open Source Spotify Client",
66
long_description=open("README.md").read(),
77
long_description_content_type="text/markdown",
88
author="kokarare1212",
99
url="https://github.com/kokarare1212/librespot-python",
1010
license="Apache-2.0",
1111
packages=setuptools.find_packages("."),
12-
install_requires=[
13-
"defusedxml", "protobuf", "pycryptodomex", "pyogg",
14-
"requests", "websocket-client", "zeroconf"
15-
],
12+
install_requires=open("requirements.txt").read().splitlines(),
1613
classifiers=[
1714
"Development Status :: 1 - Planning",
1815
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)