File size: 374 Bytes
efd7792
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "local-models-make-tc-and-so"
version = "0.1.0"
description = "Araç çağrıları kullanan yerel Ollama siber güvenlik haber asistanı"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "gradio>=6.0,<7",
    "requests>=2.32,<3",
]

[dependency-groups]
dev = [
    "ruff>=0.12",
]

[tool.ruff]
line-length = 100
target-version = "py311"