Skip to content

Commit

Permalink
install python-multipart for file upload support
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Sep 24, 2024
1 parent f08799e commit 0e7e6d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ kafka-python-ng = {version = "^2.2.2", optional = true}
redis = {version = "^5.0.7", optional = true}
types-aiobotocore = {version = "^2.14.0", optional = true, extras = ["sqs", "sns"]}
gitpython = "^3.1.43"
python-multipart = "^0.0.10"

[tool.poetry.extras]
kafka = ["aiokafka", "kafka-python-ng"]
Expand Down

0 comments on commit 0e7e6d5

Please sign in to comment.