-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (40 loc) · 919 Bytes
/
Copy pathpyproject.toml
File metadata and controls
44 lines (40 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[project]
name = "threatxtension"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11.13"
dependencies = [
"beautifulsoup4>=4.14.2",
"click>=8.1.0",
"fastapi>=0.115.0",
"langchain>=0.3.27",
"langchain-ibm>=0.3.18",
"langchain-openai>=0.3.35",
"langchain-ollama>=1.0.0",
"langgraph>=0.6.10",
"python-dateutil>=2.9.0",
"python-dotenv>=1.1.1",
"requests>=2.32.5",
"rich>=13.5.2,<13.6",
"semgrep>=1.139.0",
"fastmcp>=1.0",
"uvicorn>=0.32.0",
"vt-py>=0.18.0",
"reportlab>=4.0.0",
]
[dependency-groups]
dev = [
"black>=25.9.0",
"jupyterlab>=4.4.10",
"pre-commit>=4.0.1",
"pylint>=3.3.9",
"pytest>=8.4.2",
]
[tool.black]
line-length = 100
[project.scripts]
threatxtension = "threatxtension.cli.main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"