Merging upstream version 10.4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
de4e42d4d3
commit
0c79f8b507
88 changed files with 1637 additions and 436 deletions
14
setup.py
14
setup.py
|
@ -22,6 +22,20 @@ setup(
|
|||
license="MIT",
|
||||
packages=find_packages(include=["sqlglot", "sqlglot.*"]),
|
||||
package_data={"sqlglot": ["py.typed"]},
|
||||
extras_require={
|
||||
"dev": [
|
||||
"autoflake",
|
||||
"black",
|
||||
"duckdb",
|
||||
"isort",
|
||||
"mypy",
|
||||
"pandas",
|
||||
"pyspark",
|
||||
"python-dateutil",
|
||||
"pdoc",
|
||||
"pre-commit",
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue