-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
65 lines (59 loc) · 1.39 KB
/
pyproject.toml
File metadata and controls
65 lines (59 loc) · 1.39 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[tool.poetry]
name = "intframework"
version = "4.0.0"
description = "intSpLoiT Framework - An advanced cybersecurity and penetration testing tool."
authors = ["Intikam21 Team <intapp21@gmail.com>"]
license = "intLICENSE"
repository = "https://gitlab.com/intapp21/intframework/-/tree/%C4%B0ntframeworkV4"
keywords = ["pentest", "cybersecurity", "framework", "intframework"]
[tool.poetry.dependencies]
python = "^3.5"
colorama = "^0.4.6"
requests = "^2.31.0"
argparse = "^1.4.0"
paramiko = "^3.1.0"
http.client = "*"
dnspython = "^2.2.1"
retrying = "^1.3.3"
bs4 = "^0.0.1"
stem = "^1.8.0"
python-whois = "^0.7.3"
datetime = "*"
ipaddress = "*"
configparser = "^5.0.0"
pillow = "^9.5.0"
wave = "*"
typing = "*"
netaddr = "^0.7.19"
aiohttp = "^3.8.4"
aiosignal = "^1.3.0"
flask = "^3.0.0"
googlesearch-python = "^1.1.0"
ping3 = "^4.0.0"
pyshark = "^0.4.2"
pysocks = "^1.7.1"
python-nmap = "^0.7.1"
pytraceroute = "^0.0.2"
pywhois = "^1.1.0"
scapy = "^2.5.0"
tqdm = "^4.65.0"
sysinfo = "^1.0.0"
websockets = "^11.0.1"
netifaces = "^0.11.0"
pywifi = "^1.0.2"
pyfiglet = "^0.8"
[tool.poetry.dev-dependencies]
pytest = "^7.5.0"
black = "^23.7.0"
mypy = "^1.6.0"
isort = "^5.12.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88
target-version = ['py39', 'py310', 'py311']
[tool.isort]
profile = "black"
[tool.pytest.ini_options]
testpaths = ["tests"]