We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199a9f7 commit ca3c13bCopy full SHA for ca3c13b
requirements.txt
@@ -3,3 +3,4 @@ packaging
3
protobuf>3.13.0,<5.0.0
4
pytest==6.2.4
5
aiohttp==3.7.4
6
+six<2
setup.py
@@ -27,7 +27,8 @@
27
"protobuf>=3.13.0",
28
"grpcio>=1.5.0",
29
"enum-compat>=0.0.1",
30
- "packaging"
+ "packaging",
31
+ "six<2",
32
),
33
options={"bdist_wheel": {"universal": True}},
34
extras_require={
0 commit comments