diff --git a/setup.py b/setup.py index d080af5..6d7d031 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ DOWNLOAD_URL = '{}/archive/{}.zip'.format(GITHUB_URL, VERSION) REQUIRES = [ 'attrs', - 'protobuf', + 'protobuf>=3.6', ] setup(