We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fcc02 commit 6ef7693Copy full SHA for 6ef7693
1 file changed
setup.py
@@ -27,7 +27,7 @@ def read_file(filename):
27
maintainer_email="zachb1996@yahoo.com",
28
description="A package for querying dataframes using SQL",
29
python_requires=">=3.6.1",
30
- install_requires=["lark-parser==0.8.1", "ibis-framework"],
+ install_requires=["lark-parser==0.8.1", "sql-to-ibis"],
31
project_urls={
32
"Source Code": "https://github.com/zbrookle/dataframe_sql",
33
"Bug Tracker": "https://github.com/zbrookle/dataframe_sql/issues",
0 commit comments