-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
52 lines (48 loc) · 1.17 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
51
52
[tool.poetry]
name = "httpX"
version = "httpX.v1.3.1"
description = "Sharp Karambit for web Domain and Account Takeover."
authors = ["Sulaiman <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/byt3n33dl3/httpX/"
repository = "https://github.com/byt3n33dl3/httpX/"
exclude = ["tests/*", "dockerfiles/*"]
include = ["LICENSE.md", "httpx/signatures/*"]
license = "AGPL-3.0-only"
classifiers = [
"Topic :: Security",
]
packages = [
{ include = "sharpexec"}
]
[tool.poetry.scripts]
src = 'httpx.console.witnessme:run'
wmapi = 'httpx.console.wmapi:run'
wmdb = 'httpx.console.wmdb:run'
[tool.poetry.dependencies]
python = "^3.13.0"
fastapi = "^0.55.1"
xmltodict = "^0.12.0"
terminaltables = "^3.1.0"
imgcat = "^0.5.0"
pyyaml = "^5.3.1"
aiosqlite = "^0.13.0"
prompt-toolkit = "^3.0.5"
pydantic = "^1.5.1"
uvicorn = "^0.11.5"
pyppeteer = "^0.2.2"
python-multipart = "^0.0.5"
jinja2 = "^2.11.2"
aiodns = "^2.0.0"
lxml = "^4.5.2"
aiofiles = "^0.5.0"
[tool.poetry.dev-dependencies]
pytest = "*"
flake8 = "*"
pylint = "*"
black = "^20.8b1"
requests = "*"
pytest-asyncio = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"