fix: Making github lib a main dependency (#4744)
Co-authored-by: Eric Forte <119343520+eric-forte-elastic@users.noreply.github.com>
This commit is contained in:
+2
-1
@@ -38,12 +38,13 @@ dependencies = [
|
||||
"typing-extensions==4.10.0",
|
||||
"XlsxWriter~=3.2.0",
|
||||
"semver==3.0.2",
|
||||
"PyGithub==2.2.0",
|
||||
"detection-rules-kql @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kql",
|
||||
"detection-rules-kibana @ git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kibana",
|
||||
"setuptools==75.2.0"
|
||||
]
|
||||
[project.optional-dependencies]
|
||||
dev = ["pep8-naming==0.13.0", "PyGithub==2.2.0", "flake8==7.0.0", "pyflakes==3.2.0", "pytest>=8.1.1", "nodeenv==1.8.0", "pre-commit==3.6.2"]
|
||||
dev = ["pep8-naming==0.13.0", "flake8==7.0.0", "pyflakes==3.2.0", "pytest>=8.1.1", "nodeenv==1.8.0", "pre-commit==3.6.2"]
|
||||
hunting = ["tabulate==0.9.0"]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user