feat(core): Dynamically loading dbgpts (#1211)

This commit is contained in:
Fangyin Cheng
2024-02-29 15:57:49 +08:00
committed by GitHub
parent 673ddaab5b
commit 1d90711952
15 changed files with 504 additions and 33 deletions

View File

@@ -400,6 +400,8 @@ def core_requires():
"sqlparse==0.4.4",
"duckdb==0.8.1",
"duckdb-engine",
# lightweight python library for scheduling jobs
"schedule",
]
# TODO: remove fschat from simple_framework
if BUILD_FROM_SOURCE: