Ajout d'un fichier de configuraiton séparé

This commit is contained in:
2025-08-24 14:32:06 +02:00
parent 819ff2ed97
commit ca4ad8ed06
3 changed files with 254 additions and 81 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
# SNMP2MQTT Python Dependencies
# Install with: pip install -r requirements.txt
# SNMP library for asynchronous SNMP operations
pysnmp>=6.0.0
# MQTT client library for connecting to MQTT brokers
paho-mqtt>=1.6.0
# YAML configuration file parsing
PyYAML>=6.0.0