bugfix: doris icon broken (#949)

Co-authored-by: 一帆 <zhang.f@digitalcnzz.com>
This commit is contained in:
Fan
2023-12-18 21:04:19 +08:00
committed by GitHub
parent 511a43b849
commit 6739993b94
3 changed files with 3 additions and 0 deletions

View File

@@ -533,6 +533,8 @@ def all_datasource_requires():
"pyspark",
"psycopg2",
# for doris
# mysqlclient 2.2.x have pkg-config issue on 3.10+
"mysqlclient==2.1.0",
"pydoris>=1.0.2,<2.0.0",
]