mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Fix uv's shell.nix
(& add python-slugify)
This commit is contained in:
parent
d9a1fd00ed
commit
5340d0fd26
@ -12,6 +12,7 @@ dependencies = [
|
|||||||
"langcodes>=3.5.0",
|
"langcodes>=3.5.0",
|
||||||
"pydantic>=2.11.4",
|
"pydantic>=2.11.4",
|
||||||
"pyjwt[crypto]>=2.10.1",
|
"pyjwt[crypto]>=2.10.1",
|
||||||
|
"python-slugify>=8.0.4",
|
||||||
"watchfiles>=1.0.5",
|
"watchfiles>=1.0.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
langcodes
|
langcodes
|
||||||
asyncpg
|
asyncpg
|
||||||
pyjwt
|
pyjwt
|
||||||
|
python-slugify
|
||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
@ -19,4 +20,7 @@ in
|
|||||||
fastapi-cli
|
fastapi-cli
|
||||||
pgformatter
|
pgformatter
|
||||||
];
|
];
|
||||||
|
|
||||||
|
UV_PYTHON_PREFERENCE = "only-system";
|
||||||
|
UV_PYTHON = pkgs.python313;
|
||||||
}
|
}
|
||||||
|
803
scanner/uv.lock
generated
803
scanner/uv.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user