Skip to content

Commit eab2c1c

Browse files
committed
Added python-multipart >= 0.0.5 to dependencies
1 parent 81c6f50 commit eab2c1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ classifiers = [
4040
]
4141

4242
dependencies = [
43-
"ellar >= 0.8.4"
43+
"ellar >= 0.8.4",
44+
'python-multipart >= 0.0.5'
4445
]
4546

4647
[project.urls]

0 commit comments

Comments
 (0)