This commit is contained in:
Abel Luck 2023-11-28 10:51:19 +01:00
parent 4d44c3b299
commit 2f2cf77ad6
4 changed files with 23 additions and 45 deletions

19
poetry.lock generated
View file

@ -1820,6 +1820,23 @@ files = [
{file = "rpds_py-0.12.0.tar.gz", hash = "sha256:7036316cc26b93e401cedd781a579be606dad174829e6ad9e9c5a0da6e036f80"},
]
[[package]]
name = "setuptools"
version = "68.2.2"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "setuptools-68.2.2-py3-none-any.whl", hash = "sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a"},
{file = "setuptools-68.2.2.tar.gz", hash = "sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87"},
]
[package.extras]
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
[[package]]
name = "smmap"
version = "5.0.1"
@ -2058,4 +2075,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "e276214e903f6610817afe0a4e6dda051908735e3b64360c1f6abfcfcebc10a2"
content-hash = "575d6e23bc1370889414d18b8108065de1dccb2e1bcb1e28dc3794cf5a9ddc52"

View file

@ -19,6 +19,8 @@ json-logging = "^1.3.0"
pydantic-settings = "^2.0.3"
prometheus-client = "^0.18.0"
prometheus-fastapi-instrumentator = "^6.1.0"
# Until python-olm 3.2.16 is released
setuptools = "68.2.2"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"

View file

@ -782,6 +782,9 @@ rpds-py==0.12.0 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:f62581d7e884dd01ee1707b7c21148f61f2febb7de092ae2f108743fcbef5985 \
--hash=sha256:f8832a4f83d4782a8f5a7b831c47e8ffe164e43c2c148c8160ed9a6d630bc02a \
--hash=sha256:fa35ad36440aaf1ac8332b4a4a433d4acd28f1613f0d480995f5cfd3580e90b7
setuptools==68.2.2 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87 \
--hash=sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a
sniffio==1.3.0 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101 \
--hash=sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384

View file

@ -1,44 +0,0 @@
aiofiles==0.6.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
aiohttp-socks==0.7.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
aiohttp==3.8.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
aiosignal==1.2.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
anyio==3.6.1; python_version >= "3.6" and python_full_version >= "3.6.2"
async-timeout==4.0.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
atomicwrites==1.4.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
attrs==21.4.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
cachetools==4.2.4; python_version >= "3.5" and python_version < "4.0" and python_full_version >= "3.6.1" and python_full_version < "4.0.0"
cffi==1.15.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
charset-normalizer==2.1.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
click==8.1.3; python_version >= "3.7"
colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
fastapi==0.79.0; python_full_version >= "3.6.1"
frozenlist==1.3.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.7"
future==0.18.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
h11==0.12.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.7"
h2==4.1.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
hpack==4.0.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
hyperframe==6.0.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
idna==3.3; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
importlib-metadata==4.12.0; python_version < "3.10" and python_version >= "3.7"
jsonschema==3.2.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
logbook==1.5.3; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
markdown==3.4.1; python_version >= "3.7"
matrix-nio==0.19.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
multidict==6.0.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.7"
peewee==3.15.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
pycparser==2.21; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
pycryptodome==3.15.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
pydantic==1.9.1; python_full_version >= "3.6.1"
pyrsistent==0.18.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.7"
python-dotenv==0.20.0; python_full_version >= "3.6.1" and python_version >= "3.5"
python-olm==3.1.3; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
python-socks==2.0.3; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
six==1.16.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.2"
starlette==0.19.1; python_version >= "3.6" and python_full_version >= "3.6.1"
termcolor==1.1.0
typing-extensions==4.3.0; python_version >= "3.7" and python_full_version >= "3.6.1" and python_version < "3.10"
unpaddedbase64==2.1.0; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.1" and python_full_version < "4.0.0"
uvicorn==0.18.2; python_version >= "3.7"
yarl==1.7.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
zipp==3.8.1; python_version < "3.10" and python_version >= "3.7"