Skip to content

Commit 1ebb3bb

Browse files
author
rhilfers
committed
fix typo in setup.py for pip 21.0
1 parent 38dcb76 commit 1ebb3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"requests>=2.19,<3.0",
1717
"requests-futures>=0.9.9,<1.0",
1818
"protobuf>=3.11.2,<4.0",
19-
"grpcio>=1.26.0,<2.0]"],
19+
"grpcio>=1.26.0,<2.0"],
2020
tests_require=["mock",
2121
"nose",
2222
"pytest",

0 commit comments

Comments
 (0)