mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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",
|
||||
"pydantic>=2.11.4",
|
||||
"pyjwt[crypto]>=2.10.1",
|
||||
"python-slugify>=8.0.4",
|
||||
"watchfiles>=1.0.5",
|
||||
]
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
langcodes
|
||||
asyncpg
|
||||
pyjwt
|
||||
python-slugify
|
||||
]);
|
||||
in
|
||||
pkgs.mkShell {
|
||||
@ -19,4 +20,7 @@ in
|
||||
fastapi-cli
|
||||
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