diff --git a/pyproject.toml b/pyproject.toml index e251829..1cc7e61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,11 @@ dev = [ "types-pyyaml", "types-jsonschema", "mkdocs-material>=9.5", + # serve/edit extras pulled in so test_db.py and test_server_imports.py pass in CI + "fastapi>=0.110", + "uvicorn[standard]>=0.29", + "python-multipart>=0.0.9", + "bcrypt>=4.1", ] [tool.ruff]