Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit 18da9f6

Browse files
committed
nix: relax uvloop dependency
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 02f80af commit 18da9f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/packages/modmail.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ buildPythonApplication {
114114
pythonRelaxDeps = [
115115
"packaging"
116116
"defusedxml"
117+
"uvloop"
117118
];
118119

119120
pythonImportsCheck = [ "modmail" ];

0 commit comments

Comments
 (0)