Skip to content

Commit f7f8936

Browse files
committed
Fix #7173: Add missing dependency "dbus-python".
1 parent 12b263c commit f7f8936

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ azure-mgmt-subscription==3.1.1
2020
bcrypt==4.3.*
2121
boto3==1.38.*
2222
cryptography==45.0.*
23+
dbus-python==1.4.*
2324
Flask-Babel==4.0.*
2425
Flask-Compress==1.*
2526
Flask-Login==0.*
@@ -57,4 +58,4 @@ urllib3==2.4.*; python_version > '3.9'
5758
user-agents==2.2.0
5859
Werkzeug==3.1.*
5960
WTForms==3.1.*; python_version <= '3.9'
60-
WTForms==3.2.*; python_version > '3.9'
61+
WTForms==3.2.*; python_version > '3.9'

0 commit comments

Comments
 (0)