We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b605073 commit 4c471e6Copy full SHA for 4c471e6
pyproject.toml
@@ -18,7 +18,9 @@ classifiers = [
18
dependencies = [
19
"fastapi~=0.105.0",
20
"pydantic~=2.5.2",
21
- "pydantic-settings~=2.1.0"
+ "pydantic-settings~=2.1.0",
22
+ "python-multipart~=0.0.6",
23
+ "uvicorn~=0.25.0",
24
]
25
26
[project.optional-dependencies]
requirements.txt
@@ -7,5 +7,4 @@ pytest
7
pytest-celery
8
pytest-lazy-fixture
9
ruff
10
-python-multipart
11
sqlalchemy
0 commit comments