Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 304 Bytes

File metadata and controls

20 lines (13 loc) · 304 Bytes

依赖

在安装 fastapi-oauth20 之前,请确保您满足以下先决条件:

  • Python 版本 >= 3.10
  • FastAPI 版本 >= 0.100.0

安装

=== ":simple-python: pip"

```sh
pip install fastapi-oauth20
```

=== ":simple-uv: uv"

```sh
uv add fastapi-oauth20
```