# HG changeset patch # User drewp@bigasterisk.com # Date 1651734327 25200 # Node ID 8578afcae65e558dcc8875734bb61c896c5005fc # Parent 4cbe3df8f48f1814500c31dadbbc207e5b750763 share background-loop pkg diff -r 4cbe3df8f48f -r 8578afcae65e service/powerEagle/pdm.lock --- a/service/powerEagle/pdm.lock Sun Apr 24 02:15:30 2022 -0700 +++ b/service/powerEagle/pdm.lock Thu May 05 00:05:27 2022 -0700 @@ -72,6 +72,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." @@ -420,10 +429,10 @@ requires_python = ">=3.6.7" summary = "An asynchronous networking framework written in Python" dependencies = [ - "Twisted", "idna>=2.4", "pyopenssl>=16.0.0", "service-identity>=18.1.0", + "twisted", ] [[package]] @@ -514,7 +523,7 @@ [metadata] lock_version = "3.1" -content_hash = "sha256:fbff77bd28304dd8d842e275837b349c68bf4865b8a55b3caa5031337845c098" +content_hash = "sha256:727a3fcdf3bf449a374b4d8fd69db26ffc9d1715b278d8c60f10963c189e21dd" [metadata.files] "aiohttp 3.8.1" = [ @@ -618,6 +627,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 4cbe3df8f48f -r 8578afcae65e service/powerEagle/pyproject.toml --- a/service/powerEagle/pyproject.toml Sun Apr 24 02:15:30 2022 -0700 +++ b/service/powerEagle/pyproject.toml Thu May 05 00:05:27 2022 -0700 @@ -12,6 +12,7 @@ "starlette-exporter>=0.12.0", "starlette>=0.19.1", "uvicorn[standard]>=0.17.6", + "background-loop>=1.3.0", ] requires-python = ">=3.9"