added psycopg2

This commit is contained in:
Richie Cahill 2024-08-05 20:48:25 -04:00
parent aef86f5b89
commit b33d8151f9
2 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,7 @@
"PRIVOXY", "PRIVOXY",
"prowlarr", "prowlarr",
"proxychains", "proxychains",
"psycopg",
"PUID", "PUID",
"pulseaudio", "pulseaudio",
"punycode", "punycode",

View File

@ -12,5 +12,6 @@
latitude = 74.03; latitude = 74.03;
}; };
}; };
extraPackages = python3Packages: with python3Packages; [ psycopg2 ];
}; };
} }