c2c update

This commit is contained in:
death916 2026-01-23 02:10:51 -08:00
parent bd67fceb37
commit 9b156d2ed1
2 changed files with 9 additions and 3 deletions

View file

@ -7,7 +7,8 @@
lxml,
feedgen,
pytz,
qbittorrent-api,
qbittorrentApi,
pythonDotenv,
}:
buildPythonPackage rec {
@ -29,7 +30,8 @@ buildPythonPackage rec {
lxml
feedgen
pytz
qbittorrent-api
qbittorrentApi
pythonDotenv
];
installPhase = ''