Skip to content

Commit

Permalink
Remove cx_oracle from requirements (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol authored Jan 30, 2024
2 parents 4997faa + e9d10b4 commit 0f310f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies = [
"chardet >=4.0.0",
"pymysql >=1.0.2",
"psycopg2",
"cx_Oracle",
]

[project.urls]
Expand Down
1 change: 0 additions & 1 deletion spinedb_api/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
UNSUPPORTED_DIALECTS = {
"mssql": "pyodbc",
"postgresql": "psycopg2",
"oracle": "cx_oracle",
}
"""Dialects and recommended dbapi that are not supported by DatabaseMapping but are supported by SqlAlchemy."""

Expand Down

0 comments on commit 0f310f8

Please sign in to comment.