We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a3798 commit 5a153c2Copy full SHA for 5a153c2
dev-requirements.txt
@@ -67,6 +67,7 @@ rich==12.5.1
67
six==1.16.0
68
soupsieve==2.3.2.post1
69
sqlalchemy==1.4.40
70
+sqlglot==20.7.1
71
sqlparse==0.4.3
72
tabulate==0.8.10
73
toml==0.10.2
requirements.txt
@@ -40,6 +40,7 @@ rich==12.3.0
40
41
42
sqlalchemy==1.4.35
43
44
45
tabulate==0.8.9
46
typing-extensions==4.2.0
setup.cfg
@@ -71,6 +71,7 @@ install_requires =
requests>=2.26.0
rich>=12.3.0
sqlalchemy>=1.4,<2
74
+ sqlglot>=19
75
sqlparse>=0.4.3
76
tabulate>=0.8.9
77
typing-extensions>=4.0.1
0 commit comments