Skip to content

Commit

Permalink
update protobuf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bghitulescu committed Jun 11, 2020
1 parent 51d3610 commit 95e93ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run_tests(self):
url="http://github.com/madedotcom/photon-pump/",
license="MIT",
author="Bob Gregory",
install_requires=["aiodns>=1.1.1", "aiohttp>=3.1.3", "protobuf>=3.5.1"],
install_requires=["aiodns>=1.1.1", "aiohttp>=3.1.3", "protobuf>=3.12.0"],
cmdclass=versioneer.get_cmdclass(),
author_email="[email protected]",
description="Fast, easy to use client for EventStore",
Expand Down

0 comments on commit 95e93ab

Please sign in to comment.