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: {
my_python = final.python314.withPackages (
ps: with ps; [
alembic
apprise
apscheduler
fastapi
mypy
polars
psycopg
@@ -32,6 +34,7 @@
ruff
scalene
sqlalchemy
sqlalchemy
textual
typer
types-requests