mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
authentik: unpin structlog in django-{channels,dramatiq}-postgres (#541860)
This commit is contained in:
@@ -307,7 +307,11 @@ let
|
||||
|
||||
build-system = with final; [ hatchling ];
|
||||
|
||||
propagatedBuildInputs =
|
||||
pythonRelaxDeps = [
|
||||
"structlog"
|
||||
];
|
||||
|
||||
dependencies =
|
||||
with final;
|
||||
[
|
||||
channels
|
||||
@@ -329,7 +333,11 @@ let
|
||||
|
||||
build-system = with final; [ hatchling ];
|
||||
|
||||
propagatedBuildInputs =
|
||||
pythonRelaxDeps = [
|
||||
"structlog"
|
||||
];
|
||||
|
||||
dependencies =
|
||||
with final;
|
||||
[
|
||||
cron-converter
|
||||
|
||||
Reference in New Issue
Block a user