Skip to content

Commit d12bcce

Browse files
committed
Fix missing CI dependency for Netlify
1 parent 6dae18f commit d12bcce

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

sdk/python/docs/requirements.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ fastavro==0.21.*
1818
grpcio-testing==1.*
1919
pytest-ordering==0.6.*
2020
pyarrow
21+
Click==7.*
22+
toml==0.10.*
23+
tqdm==4.*
24+
confluent_kafka
25+
google
26+
pandavro==1.5.*
27+
kafka-python==1.*
28+
tabulate==0.8.*
2129
Sphinx==2.*
2230
sphinx-autodoc-napoleon-typehints
2331
sphinx-autodoc-typehints
@@ -28,4 +36,4 @@ sphinxcontrib-htmlhelp
2836
sphinxcontrib-jsmath
2937
sphinxcontrib-napoleon
3038
sphinxcontrib-qthelp
31-
sphinxcontrib-serializinghtml
39+
sphinxcontrib-serializinghtml

0 commit comments

Comments
 (0)