Skip to content

Commit ca3c13b

Browse files
committed
add six to requirements
1 parent 199a9f7 commit ca3c13b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ packaging
33
protobuf>3.13.0,<5.0.0
44
pytest==6.2.4
55
aiohttp==3.7.4
6+
six<2

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"protobuf>=3.13.0",
2828
"grpcio>=1.5.0",
2929
"enum-compat>=0.0.1",
30-
"packaging"
30+
"packaging",
31+
"six<2",
3132
),
3233
options={"bdist_wheel": {"universal": True}},
3334
extras_require={

0 commit comments

Comments
 (0)