Skip to content

Commit 4c471e6

Browse files
committed
chore: add missing reqs to pyproject
1 parent b605073 commit 4c471e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ classifiers = [
1818
dependencies = [
1919
"fastapi~=0.105.0",
2020
"pydantic~=2.5.2",
21-
"pydantic-settings~=2.1.0"
21+
"pydantic-settings~=2.1.0",
22+
"python-multipart~=0.0.6",
23+
"uvicorn~=0.25.0",
2224
]
2325

2426
[project.optional-dependencies]

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ pytest
77
pytest-celery
88
pytest-lazy-fixture
99
ruff
10-
python-multipart
1110
sqlalchemy

0 commit comments

Comments
 (0)