chore: update templates and development documentation

- templates/sniffer/decnet_logging.py: add logging configuration for sniffer integration
- templates/ssh/decnet_logging.py: add SSH service logging template
- development/DEVELOPMENT.md: document new MySQL backend, p0f, profiler, config API features
- pyproject.toml: update dependencies for MySQL, p0f, profiler functionality
This commit is contained in:
2026-04-15 12:51:22 -04:00
parent ddfb232590
commit 7d10b78d50
4 changed files with 102 additions and 169 deletions

View File

@@ -16,6 +16,7 @@ dependencies = [
"fastapi>=0.110.0",
"uvicorn>=0.29.0",
"aiosqlite>=0.20.0",
"aiomysql>=0.2.0",
"PyJWT>=2.8.0",
"bcrypt>=4.1.0",
"psutil>=5.9.0",