diff options
| author | tycfuvgibhoinjok <aneuhmanh@gmail.com> | 2026-03-31 13:46:18 +0300 |
|---|---|---|
| committer | tycfuvgibhoinjok <aneuhmanh@gmail.com> | 2026-03-31 13:46:18 +0300 |
| commit | 7e41576035cd9f0004255a7490e6691c6d989ff6 (patch) | |
| tree | 4d78369f54b32c9f72bcc137b41f1cc0172f30fc /pyproject.toml | |
| parent | 051f562c6ceafe8f25e10548bd8f5543839794e5 (diff) | |
add jwt
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index f7e3807..2286bbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ license = {text = "MIT"} requires-python = ">=3.14,<4.0" dependencies = [ "fastapi (>=0.135.1,<0.136.0)", - "uvicorn (>=0.41.0,<0.42.0)", "pydantic (>=2.12.5,<3.0.0)", "argon2 (>=0.1.10,<0.2.0)", "redis (>=7.3.0,<8.0.0)", @@ -22,6 +21,7 @@ dependencies = [ "loguru (>=0.7.3,<0.8.0)", "pyjwt (>=2.12.1,<3.0.0)", "authlib (>=1.6.9,<2.0.0)", + "python-multipart (>=0.0.22,<0.0.23)", ] @@ -31,5 +31,6 @@ build-backend = "poetry.core.masonry.api" [dependency-groups] dev = [ - "ruff (>=0.15.6,<0.16.0)" + "ruff (>=0.15.6,<0.16.0)", + "uvicorn[standard] (>=0.42.0,<0.43.0)" ] |
