forked from PhonePe/mantis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
50 lines (48 loc) · 1.64 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[tool.poetry]
name = "mantis"
version = "1.4.0"
description = "Mantis is a security framework that automates the workflow of discovery, reconnaissance, and vulnerability scanning."
authors = ["Prateek Thakare <[email protected]>",
"Bharath Kumar <[email protected]>",
"Saddam Hussain <[email protected]>",
"Hitesh Kumar <[email protected]>",
"Praveen Kanniah <[email protected]>"
]
maintainers = ["Prateek Thakare <[email protected]>",
"Bharath Kumar <[email protected]>",
"Saddam Hussain <[email protected]>",
"Hitesh Kumar <[email protected]>",
"Praveen Kanniah <[email protected]>"
]
license = "apache2"
repository = "https://github.com/PhonePe/mantis"
keywords = ["asset discovery", "recon", "recon automation", "osint", "threat intelligence", "recon framework"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Internal Security Teams",
"Intended Audience :: Bug Bounty Hunters",
"Topic :: Application Security :: Recon Framework"
]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
decorator = "5.1.1"
motor = "3.0.0"
netaddr = "0.8.0"
pydantic = "1.10.2"
pymongo = "4.2.0"
PyYAML = "6.0"
typing_extensions = "4.4.0"
validators = "0.20.0"
tldextract = "3.4.0"
pytz = "2022.6"
ray = {version = "2.8.0", extras = ["default"]}
retry = "0.9.2"
slack-sdk = "3.21.3"
rocketry = "2.5.1"
boto3 = "1.28.20"
tqdm = "4.66.1"
cloudflare = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"