# HG changeset patch # User drewp@bigasterisk.com # Date 1650838429 25200 # Node ID dc4b1cc457905c304c0a3515e151058ade71e869 # Parent e7f33fa31883f84c3fa0cbd38f922ba5ca42b69f add background-loop dep diff -r e7f33fa31883 -r dc4b1cc45790 pdm.lock --- a/pdm.lock Sun Apr 24 14:46:32 2022 -0700 +++ b/pdm.lock Sun Apr 24 15:13:49 2022 -0700 @@ -42,6 +42,15 @@ ] [[package]] +name = "background-loop" +version = "1.3.0" +requires_python = ">=3.9" +summary = "UNKNOWN" +dependencies = [ + "prometheus-client", +] + +[[package]] name = "certifi" version = "2021.10.8" summary = "Python package for providing Mozilla's CA Bundle." @@ -471,7 +480,7 @@ [metadata] lock_version = "3.1" -content_hash = "sha256:eb78cb5cf9c50fd4c6ae899722b88bcf1207032b2e7745920790fe3ccae70591" +content_hash = "sha256:0faa455bddcb072657d56348f8189a746d5702c6e95223dcb94498b3a4b269bf" [metadata.files] "anyio 3.5.0" = [ @@ -493,6 +502,9 @@ {file = "Automat-20.2.0-py2.py3-none-any.whl", hash = "sha256:b6feb6455337df834f6c9962d6ccf771515b7d939bca142b29c20c2376bc6111"}, {file = "Automat-20.2.0.tar.gz", hash = "sha256:7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33"}, ] +"background-loop 1.3.0" = [ + {file = "background-loop-1.3.0.tar.gz", hash = "sha256:f0cdb1b9f9cdf5a35b0ecd091e1bc69efc5df0f5cbb84d65be5f0e9097d7bbd7"}, +] "certifi 2021.10.8" = [ {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"}, {file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"}, diff -r e7f33fa31883 -r dc4b1cc45790 pyproject.toml --- a/pyproject.toml Sun Apr 24 14:46:32 2022 -0700 +++ b/pyproject.toml Sun Apr 24 15:13:49 2022 -0700 @@ -11,6 +11,7 @@ "starlette-exporter>=0.12.0", "starlette>=0.19.1", "uvicorn[standard]>=0.17.6", + "background-loop>=1.3.0", ] requires-python = ">=3.9"