mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-08 18:56:03 +02:00
feat(add docs):
This commit is contained in:
+15
-5
@@ -51,16 +51,26 @@ rich = "13.9.4"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
# Pytest
|
||||
pytest = "^8.3.4"
|
||||
pytest-asyncio = "^0.25.2"
|
||||
inline-snapshot = ">=0.13.3,<0.19.0"
|
||||
black = "^24.10.0"
|
||||
mypy = "^1.12.0"
|
||||
pytest = "^8.3.4"
|
||||
pre-commit = "^4.0.1"
|
||||
huggingface-hub = "^0.25.1"
|
||||
pytest-httpx = "^0.35.0"
|
||||
pytest-mock = "^3.14.0"
|
||||
|
||||
# Rest
|
||||
black = "^24.10.0"
|
||||
mypy = "^1.12.0"
|
||||
pre-commit = "^4.0.1"
|
||||
huggingface-hub = "^0.25.1"
|
||||
|
||||
# Docs
|
||||
mkdocs = ">=1.4.2"
|
||||
mkdocs-material = ">=8.5.10"
|
||||
mkdocstrings = ">=0.26.1"
|
||||
mkdocs-jupyter = ">=0.25.1"
|
||||
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
|
||||
Reference in New Issue
Block a user