-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (32 loc) · 1.19 KB
/
pyproject.toml
File metadata and controls
36 lines (32 loc) · 1.19 KB
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
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[project]
name = "dfiq"
authors = [{name = "Ryan Benson", email = "[email protected]"}, {name = "Thomas Chopitea", email = "[email protected]"}]
readme = "README.md"
requires-python = ">=3.10"
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3"
]
dynamic = ["dependencies", "version"]
description = "DFIQ is a collection of investigative questions and the approaches for answering them"
keywords=["dfiq", "forensics", "dfir", "investigative questions", "security", "digital forensics"]
[project.urls]
Homepage = "https://dfiq.org"
Repository = "https://github.com/google/dfiq"
[tool.poetry]
name = "dfiq"
version = "1.1"
description = "DFIQ is a collection of investigative questions and the approaches for answering them"
authors = ["Ryan Benson <[email protected]>, Thomas Chopitea <[email protected]>"]
readme = "README.md"
keywords=["dfiq", "forensics", "dfir", "investigative questions", "security", "digital forensics"]
[tool.poetry.dependencies]
python = "^3.10"
networkx = "^3.3"
pyyaml = "^6.0.2"
jinja2 = "^3.1.4"
yamale = "^5.2.1"