Loading src/pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] postgres = ["psycopg2-binary==2.9.9"] mssql = ["pymssql==2.2.11"] all = ["psycopg2-binary==2.9.9", "pymssql==2.2.11"] all = ["psycopg2-binary==2.9.9", "pymssql==2.2.11", "influxdb==5.3.1"] [project.urls] Loading Loading
src/pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] postgres = ["psycopg2-binary==2.9.9"] mssql = ["pymssql==2.2.11"] all = ["psycopg2-binary==2.9.9", "pymssql==2.2.11"] all = ["psycopg2-binary==2.9.9", "pymssql==2.2.11", "influxdb==5.3.1"] [project.urls] Loading