Skip to content

Commit 1cde344

Browse files
author
Jason Bulicek
authored
Merge pull request #12 from rhilfers/pip_fix
fix typo in setup.py for pip 21.0
2 parents 0c1c699 + 1ebb3bb commit 1cde344

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)