Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"fastapi>=0.100.0",
"packaging",
"uvicorn[standard]",
"simple-repository>=0.6.0",
"simple-repository>=0.10.0",
]
readme = "README.md"
description = "A tool for running a PEP-503 simple Python package repository, including features such as dist metadata (PEP-658) and JSON API (PEP-691)"
Expand Down
1 change: 0 additions & 1 deletion simple_repository_server/routers/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ async def resources(
) -> fastapi.Response:

req_ctx = model.RequestContext(
resource_repository,
context=dict(request.headers.items()),
)

Expand Down
Loading