Skip to content

Commit

Permalink
Bypass dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
kokarare1212 committed May 29, 2022
1 parent 1f38fb5 commit 98f46fa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
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",
author="kokarare1212",
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",
Expand Down

0 comments on commit 98f46fa

Please sign in to comment.