Skip to content

Commit

Permalink
chore: add missing reqs to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
asai95 committed Dec 23, 2023
1 parent b605073 commit 4c471e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ classifiers = [
dependencies = [
"fastapi~=0.105.0",
"pydantic~=2.5.2",
"pydantic-settings~=2.1.0"
"pydantic-settings~=2.1.0",
"python-multipart~=0.0.6",
"uvicorn~=0.25.0",
]

[project.optional-dependencies]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ pytest
pytest-celery
pytest-lazy-fixture
ruff
python-multipart
sqlalchemy

0 comments on commit 4c471e6

Please sign in to comment.