mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
setup.py: ensure protobuf version is recent
This should avoid problems like issue #34
This commit is contained in:
parent
425a3f8334
commit
eae2db749d
2
setup.py
2
setup.py
@ -10,5 +10,5 @@ setup(name='gpapi',
|
|||||||
packages=['gpapi'],
|
packages=['gpapi'],
|
||||||
package_data={'gpapi': ['device.properties']},
|
package_data={'gpapi': ['device.properties']},
|
||||||
install_requires=['pycryptodome',
|
install_requires=['pycryptodome',
|
||||||
'protobuf',
|
'protobuf>=3.5.2',
|
||||||
'requests'])
|
'requests'])
|
||||||
|
Loading…
Reference in New Issue
Block a user