-
Notifications
You must be signed in to change notification settings - Fork 24
/
pyproject.toml
27 lines (24 loc) · 875 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "kaliintelsuite"
version = "0.1.0"
description = "Kali Intelligence Suite (KIS) shall aid in the fast, autonomous, central, and comprehensive collection of intelligence by executing standard penetration testing tools. The collected data is internally stored in a structured manner to allow the fast identification and visualisation of the collected information."
authors = ["Lukas Reiter <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.9"
configparser = "^5.1.0"
psycopg2-binary = "^2.9.2"
shodan = "^1.25.0"
censys = "1.1.1"
cryptography = "^36.0.0"
passgen = "^1.1.1"
openpyxl = "^3.0.9"
psutil = "^5.8.0"
pytest = "^6.2.5"
pysqlcipher3 = "^1.0.4"
pandas = "^1.3.4"
bs4 = "^0.0.1"
SQLAlchemy = "^1.4.31"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"