Commit 04515893 authored by Grant's avatar Grant
Browse files

add in the influxdb extra

parent 35bbe696
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ dependencies = [
[project.optional-dependencies]
postgres = ["psycopg2-binary==2.9.9"]
mssql = ["pymssql==2.2.11"]
influx = ["influxdb==5.3.1"]
scrapers = [
    "urllib3~=1.26.9",
    "selenium~=4.1.3",
@@ -58,7 +59,6 @@ all = [
    "cloudscraper~=1.2.60",
    "beautifulsoup4~=4.10.0",
    "websocket~=0.2.1"

]