Commit 8d16a703 authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

fix conflicts

parent c6be761b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]