Skip to content

Commit

Permalink
fix: update outdated error messages in fastapi_proxy_lib.fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
WSH032 committed Nov 26, 2023
1 parent 0155d89 commit f2f3ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fastapi_proxy_lib/fastapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
msg: str = dedent(
"""\
`fastapi` is not installed.
`fastapi_proxy.app` module requires installing `fastapi` first:
pip install fastapi-proxy[standard]
`fastapi_proxy_lib.fastapi` module requires installing `fastapi` first:
pip install fastapi-proxy-lib[standard]
"""
)
raise RuntimeError(msg)

0 comments on commit f2f3ee4

Please sign in to comment.