Downgrade protobuf

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

View File

@ -1,5 +1,5 @@
defusedxml==0.7.1
protobuf==4.21.0
protobuf==3.20.1
pycryptodomex==3.14.1
pyogg==0.6.14a.1
requests==2.27.1

View File

@ -1,7 +1,7 @@
import setuptools
setuptools.setup(name="librespot",
version="0.0.2",
version="0.0.3",
description="Open Source Spotify Client",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",