From cdbcceefa24b16836ca965b16b2fc242472beb61 Mon Sep 17 00:00:00 2001 From: John Seekins Date: Fri, 1 Sep 2023 10:55:14 -0600 Subject: [PATCH] update to use new stats Signed-off-by: John Seekins --- poetry.lock | 45 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 280bb59630..e20452f3d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -715,6 +715,30 @@ six = "*" doc = ["sphinx"] test = ["mock (>=1.3.0)"] +[[package]] +name = "influxdb-client" +version = "1.37.0" +description = "InfluxDB 2.0 Python client library" +optional = false +python-versions = ">=3.7" +files = [ + {file = "influxdb_client-1.37.0-py3-none-any.whl", hash = "sha256:30b03888846fab6fb740936b1a08af24841b791cf1b99773e3894dd1d64edf2f"}, + {file = "influxdb_client-1.37.0.tar.gz", hash = "sha256:01ac44d6a16a965ae2e0fa3238e2edeb147c11935a89b61439c9a752458001da"}, +] + +[package.dependencies] +certifi = ">=14.05.14" +python-dateutil = ">=2.5.3" +reactivex = ">=4.0.4" +setuptools = ">=21.0.0" +urllib3 = ">=1.26.0" + +[package.extras] +async = ["aiocsv (>=1.2.2)", "aiohttp (>=3.8.1)"] +ciso = ["ciso8601 (>=2.1.1)"] +extra = ["numpy", "pandas (>=0.25.3)"] +test = ["aioresponses (>=0.7.3)", "coverage (>=4.0.3)", "flake8 (>=5.0.3)", "httpretty (==1.0.5)", "jinja2 (==3.1.2)", "nose (>=1.3.7)", "pluggy (>=0.3.1)", "psutil (>=5.6.3)", "py (>=1.4.31)", "pytest (>=5.0.0)", "pytest-cov (>=3.0.0)", "pytest-timeout (>=2.1.0)", "randomize (>=0.13)", "sphinx (==1.8.5)", "sphinx-rtd-theme"] + [[package]] name = "ipython" version = "7.34.0" @@ -1035,13 +1059,13 @@ et-xmlfile = "*" [[package]] name = "openstates" -version = "6.17.4" +version = "6.17.6" description = "core infrastructure for the openstates project" optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "openstates-6.17.4-py3-none-any.whl", hash = "sha256:34e076815ff8b6b7b618d96f80646edbb154f0b5563ef16ddd3bb63dacaa10c2"}, - {file = "openstates-6.17.4.tar.gz", hash = "sha256:d9467bc7ef2968d0f763bd9ea9a4520cac9f118d7ed1a8186a98269442357712"}, + {file = "openstates-6.17.6-py3-none-any.whl", hash = "sha256:c7760c12fae22606daf251d0a693c6f43ecac243414ae19e5df9f36bb6ed4fec"}, + {file = "openstates-6.17.6.tar.gz", hash = "sha256:496d818301fd1e95d8239fc6b46746d623f8fb5b9efe264d65424c31694b44db"}, ] [package.dependencies] @@ -1051,6 +1075,7 @@ chardet = ">=3.0,<4.0" click = ">=8.0,<9.0" dj_database_url = ">=0.5.0,<0.6.0" Django = "3.2.14" +influxdb-client = ">=1.37.0,<2.0.0" jsonschema = ">=3.2.0,<4.0.0" psycopg2-binary = ">=2.8.4,<3.0.0" pydantic = ">=1.8.2,<2.0.0" @@ -1703,6 +1728,20 @@ files = [ {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, ] +[[package]] +name = "reactivex" +version = "4.0.4" +description = "ReactiveX (Rx) for Python" +optional = false +python-versions = ">=3.7,<4.0" +files = [ + {file = "reactivex-4.0.4-py3-none-any.whl", hash = "sha256:0004796c420bd9e68aad8e65627d85a8e13f293de76656165dffbcb3a0e3fb6a"}, + {file = "reactivex-4.0.4.tar.gz", hash = "sha256:e912e6591022ab9176df8348a653fe8c8fa7a301f26f9931c9d8c78a650e04e8"}, +] + +[package.dependencies] +typing-extensions = ">=4.1.1,<5.0.0" + [[package]] name = "requests" version = "2.28.2"