Skip to content

Commit

Permalink
chore(deps): remove packaging package where it is not used (#9683)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Jul 24, 2024
1 parent d3a2c0c commit fdfb40f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ flink = ["pyarrow", "pyarrow-hotfix"]
impala = ["impyla", "pyarrow", "pyarrow-hotfix"]
mssql = ["pyodbc", "pyarrow", "pyarrow-hotfix"]
mysql = ["pymysql", "pyarrow", "pyarrow-hotfix"]
oracle = ["oracledb", "packaging", "pyarrow", "pyarrow-hotfix"]
oracle = ["oracledb", "pyarrow", "pyarrow-hotfix"]
pandas = ["regex", "packaging", "pyarrow", "pyarrow-hotfix"]
polars = ["polars", "packaging", "pyarrow", "pyarrow-hotfix"]
polars = ["polars", "pyarrow", "pyarrow-hotfix"]
postgres = ["psycopg2", "pyarrow", "pyarrow-hotfix"]
pyspark = ["pyspark", "packaging", "pyarrow", "pyarrow-hotfix"]
snowflake = ["snowflake-connector-python", "pyarrow", "pyarrow-hotfix"]
Expand Down

0 comments on commit fdfb40f

Please sign in to comment.