mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-06 18:21:46 -07:00
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:
@@ -25,3 +25,4 @@ yattag
|
||||
zeroconf
|
||||
psutil
|
||||
freebox-api
|
||||
fritzconnection>=1.15.1
|
||||
|
||||
@@ -25,3 +25,4 @@ yattag
|
||||
zeroconf
|
||||
psutil
|
||||
freebox-api
|
||||
fritzconnection>=1.15.1
|
||||
|
||||
Reference in New Issue
Block a user