[project] name = "proxy-to-logbull" version = "0.1.0" description = "NGINX and NAXSI log parser that sends logs to LogBull" readme = "README.md" requires-python = ">=3.9" dependencies = [ "logbull>=0.9.0", "pyyaml>=6.0", "watchdog>=3.0.0", ] [project.scripts] proxy-to-logbull = "main:main"