Skip to content

Commit 25d04b4

Browse files
Add dependencies for FastAPI changes (#2749)
Add dependencies for FastAPI changes Related to #2715 Needed for #2745 Reviewed-by: Nikola Forró
2 parents fcb8dac + b6aec52 commit 25d04b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

files/install-deps.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
- python3-click
1515
- git # setuptools-scm
1616
- dnf-utils
17-
# httpd & deps
18-
- python3-mod_wsgi
19-
- mod_http2
20-
- mod_ssl
17+
- python3-fastapi
18+
- python3-gunicorn
19+
- python3-uvicorn
2120
- python3-alembic
2221
- python3-sqlalchemy
2322
- python3-psycopg2
@@ -30,6 +29,7 @@
3029
- python3-flask-talisman
3130
- python3-flexmock # alembic (d90948124e46_..._.py )
3231
- python3-sentry-sdk+flask
32+
- python3-sentry-sdk+fastapi
3333
- python3-syslog-rfc5424-formatter # logging to Splunk
3434
- python-jwt
3535
- bodhi-client

0 commit comments

Comments
 (0)