Skip to content

Commit c9611b5

Browse files
committed
Fix
1 parent 68fb97c commit c9611b5

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

poetry.lock

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ python = "^3.12"
3030
pyjwt = "^2.6.0"
3131
asgiref = "^3.11.1"
3232
fastapi = { version = "0.*", optional = true }
33+
python-multipart = { version = "0.*", optional = true }
3334
flask = { version = "3.*", optional = true }
3435
django = { version = "6.*", optional = true }
3536
tortoise-orm = { version = "1.*", optional = true }
@@ -38,7 +39,7 @@ greenlet = { version = "^3.0", optional = true }
3839
pony = { version = "0.*", optional = true }
3940

4041
[tool.poetry.extras]
41-
fastapi = ["fastapi"]
42+
fastapi = ["fastapi", "python-multipart"]
4243
flask = ["flask"]
4344
django = ["django"]
4445
tortoise-orm = ["tortoise-orm"]

0 commit comments

Comments
 (0)