mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: sqloxide optional (#19570)
This commit is contained in:
1
setup.py
1
setup.py
@@ -111,7 +111,6 @@ setup(
|
||||
"slackclient==2.5.0", # PINNED! slack changes file upload api in the future versions
|
||||
"sqlalchemy>=1.3.16, <1.4, !=1.3.21",
|
||||
"sqlalchemy-utils>=0.37.8, <0.38",
|
||||
"sqloxide==0.1.15",
|
||||
"sqlparse==0.3.0", # PINNED! see https://github.com/andialbrecht/sqlparse/issues/562
|
||||
"tabulate==0.8.9",
|
||||
# needed to support Literal (3.8) and TypeGuard (3.10)
|
||||
|
||||
Reference in New Issue
Block a user