We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject.toml
1 parent 584319e commit 8a5edbbCopy full SHA for 8a5edbb
1 file changed
pyproject.toml
@@ -95,13 +95,14 @@ dependencies = [
95
"pyodbc>=5.2.0",
96
"psycopg2-binary>=2.9.10",
97
"cryptography>=42.0.8",
98
- "snowflake-connector-python>=3.12.0",
99
- "pyopenssl>=23.0.0",
100
"pipdeptree>=2.26.1",
101
"axe-selenium-python>=2.1.6",
102
"filelock>=3.20.0",
103
"snowflake-connector-python>=3.12.0",
104
"pyopenssl>=23.0.0",
+ "pymysql>=1.1.2",
+ "mysql-connector-python>=9.5.0",
105
+ "oracledb>=3.4.1",
106
]
107
108
[dependency-groups]
0 commit comments