vibed
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
[project]
|
||||
name = "proxy-to-logbull"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
description = "NGINX and NAXSI log parser that sends logs to LogBull"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"logbull>=0.9.0",
|
||||
"pyyaml>=6.0",
|
||||
"watchdog>=3.0.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
proxy-to-logbull = "main:main"
|
||||
|
||||
Reference in New Issue
Block a user