Add fritzconnection to install-specific requirements files

The fritzconnection dependency was added to the top-level requirements.txt
when the Fritz!Box plugin was introduced, but the install-specific files
for Proxmox and Ubuntu 24 were not updated. Without the entry in these
files, fresh installations via the install scripts would not install the
dependency.

Requested by reviewer jokob-sk in PR #1592.

Changes:
- Add fritzconnection>=1.15.1 to install/proxmox/requirements.txt
- Add fritzconnection>=1.15.1 to install/ubuntu24/requirements.txt

All three requirements files now declare the fritzconnection dependency
consistently.
This commit is contained in:
sebingel
2026-04-06 10:20:54 +00:00
parent ee42d8b56a
commit bc66575f91
2 changed files with 2 additions and 0 deletions

View File

@@ -25,3 +25,4 @@ yattag
zeroconf
psutil
freebox-api
fritzconnection>=1.15.1