crouching_tiger/pyproject.toml

32 lines
693 B
TOML
Raw Permalink Normal View History

2023-07-22 12:31:13 +02:00
[tool.poetry]
name = "crouching-tiger"
version = "0.1.0"
description = "Scans for wifi targets in the background and then performs a trigger."
authors = ["Your Name <you@example.com>"]
license = "MIT"
readme = "README.md"
packages = [{include = "crouching_tiger"}]
[tool.poetry.dependencies]
python = "^3.11"
asyncio = "^3.4.3"
art = "^6.0"
2023-07-24 08:53:27 +02:00
scapy = "^2.5.0"
2023-09-08 13:59:05 +02:00
configobj = "^5.0.8"
2023-09-09 23:21:50 +02:00
pandas = "^2.1.0"
getmac = "^0.9.4"
2023-10-20 08:52:08 +02:00
faker-wifi-essid = "^0.4.1"
2023-10-21 22:18:06 +02:00
simple-parsing = "^0.1.4"
semver = "^3.0.2"
psycopg = "^3.1.18"
dnslib = "^0.9.24"
dhcplib = "^0.1.1"
2023-07-22 12:31:13 +02:00
[tool.poetry.group.dev.dependencies]
commitizen = "^3.14.1"
2023-07-22 12:31:13 +02:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"