From b6aec522d43bdd27951a27f9657c71d44a617b19 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Thu, 13 Mar 2025 07:31:18 +0100 Subject: [PATCH] Add dependencies for FastAPI changes Related to #2715 --- files/install-deps.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/install-deps.yaml b/files/install-deps.yaml index 5d3ae8f1f..1a0505bdb 100644 --- a/files/install-deps.yaml +++ b/files/install-deps.yaml @@ -14,10 +14,9 @@ - python3-click - git # setuptools-scm - dnf-utils - # httpd & deps - - python3-mod_wsgi - - mod_http2 - - mod_ssl + - python3-fastapi + - python3-gunicorn + - python3-uvicorn - python3-alembic - python3-sqlalchemy - python3-psycopg2 @@ -30,6 +29,7 @@ - python3-flask-talisman - python3-flexmock # alembic (d90948124e46_..._.py ) - python3-sentry-sdk+flask + - python3-sentry-sdk+fastapi - python3-syslog-rfc5424-formatter # logging to Splunk - python-jwt - bodhi-client