-
Notifications
You must be signed in to change notification settings - Fork 411
/
Copy pathpyproject.toml
executable file
·39 lines (34 loc) · 987 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
28
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
name = "venom"
version = "4.3.3"
description = "Offensive Security Tool for Vulnerability Scanning & Pentesting"
authors = ["NovaCygni <novacygni@hotmail.co.uk>", "Katt Stof <katrinastofferman@autistici.org>", "b4ltazar <b4ltazar@gmail.com>",
"d4rkcat <rfarage@yandex.com>", "Architect <scissortail@riseup.net>"]
license = "GPL3"
[tool.poetry.dependencies]
python = ">3.6,<4.0"
termcolor = "^1.1.0"
aiohttp = "^3.8.1"
asyncio = "^3.4.3"
beautifulsoup4 = "^4.11.1"
dnspython = "^2.2.0"
tqdm = "^4.62.3"
requests = "^2.27.1"
httplib2 = "^0.20.2"
tld = "^0.12.6"
fuzzywuzzy = "^0.18.0"
pysocks = "^1.7.1"
pyparsing = "^3.0.9"
[tool.poetry.dev-dependencies]
SocksiPy-branch = "^1.01"
DateTime = "^4.3"
[tool.black]
line-length = 88
target-version = ['py37']
include = '\.pyi?$'
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "torch_rep"
url = "https://eternalphane.github.io/pytorch-pypi"