Skip to content

Commit 01189aa

Browse files
committed
Add package
1 parent 385f590 commit 01189aa

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

poetry.lock

Lines changed: 27 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fastapi = "^0.88.0"
1313
pydantic = "^1.10.2"
1414
uvicorn = "^0.20.0"
1515
python-decouple = "^3.6"
16+
python-multipart = "^0.0.5"
1617

1718

1819
[build-system]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ fastapi
22
pydantic
33
uvicorn
44
python-decouple
5+
python-multipart

0 commit comments

Comments
 (0)