diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-04-22 20:54:47 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-04-22 20:54:47 +0530 |
commit | 3ed36b1adb0be6a450afb755e192a7198187e052 (patch) | |
tree | 635a10c9540bb5e93a4433d53a4279c68802157c /flake.nix | |
parent | c5d8880d6419e48b5c1450a5c1236576a47d2ac8 (diff) |
update a few scripts
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,6 +11,7 @@ p.selenium p.opencv-python p.pytesseract + p.easyocr p.beautifulsoup4 p.tinydb p.fastapi @@ -19,11 +20,15 @@ p.streamlit p.gradio - # p.pdf2image + p.pdf2image + p.argostranslate # p.openai-whisper # p.torch-bin ])) + python3Packages.pymupdf + mupdf + pyright firefox |