Fix protobuf version

This commit is contained in:
Otto Winter 2019-01-19 15:26:40 +01:00
parent 9bcb7f1cce
commit 82c47df17d
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ DOWNLOAD_URL = '{}/archive/{}.zip'.format(GITHUB_URL, VERSION)
REQUIRES = [
'attrs',
'protobuf',
'protobuf>=3.6',
]
setup(