adding Packages

This commit is contained in:
2026-01-10 09:56:39 -05:00
parent 35376c3fca
commit b87f6b0b34

View File

@@ -18,8 +18,10 @@
python-env = final: _prev: { python-env = final: _prev: {
my_python = final.python314.withPackages ( my_python = final.python314.withPackages (
ps: with ps; [ ps: with ps; [
alembic
apprise apprise
apscheduler apscheduler
fastapi
mypy mypy
polars polars
psycopg psycopg
@@ -32,6 +34,7 @@
ruff ruff
scalene scalene
sqlalchemy sqlalchemy
sqlalchemy
textual textual
typer typer
types-requests types-requests