Skip to content

Commit 8a5edbb

Browse files
committed
Add connectors for MySQL, MariaDB and Oracle to pyproject.toml
1 parent 584319e commit 8a5edbb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,14 @@ dependencies = [
9595
"pyodbc>=5.2.0",
9696
"psycopg2-binary>=2.9.10",
9797
"cryptography>=42.0.8",
98-
"snowflake-connector-python>=3.12.0",
99-
"pyopenssl>=23.0.0",
10098
"pipdeptree>=2.26.1",
10199
"axe-selenium-python>=2.1.6",
102100
"filelock>=3.20.0",
103101
"snowflake-connector-python>=3.12.0",
104102
"pyopenssl>=23.0.0",
103+
"pymysql>=1.1.2",
104+
"mysql-connector-python>=9.5.0",
105+
"oracledb>=3.4.1",
105106
]
106107

107108
[dependency-groups]

0 commit comments

Comments
 (0)