Skip to content

Commit

Permalink
chore(deps): remove sqlalchemy dependencies from oracle extra
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 23, 2024
1 parent 278c173 commit 62ab5b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ geospatial = ["geopandas", "shapely"]
impala = ["impyla"]
mssql = ["sqlalchemy", "pyodbc", "sqlalchemy-views"]
mysql = ["pymysql"]
oracle = ["sqlalchemy", "oracledb", "packaging", "sqlalchemy-views"]
oracle = ["oracledb", "packaging"]
pandas = ["regex"]
polars = ["polars", "packaging"]
postgres = ["psycopg2"]
Expand Down

0 comments on commit 62ab5b1

Please sign in to comment.