fix: sqloxide optional (#19570)

This commit is contained in:
Beto Dealmeida
2022-04-06 16:11:38 -07:00
committed by GitHub
parent 444b4f5832
commit 6136942759
5 changed files with 16 additions and 10 deletions

View File

@@ -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)