crouching_tiger/pyproject.toml
anoduck 0ad9bdda8e feat(Features): 🚧 defining dhcp functionality
defining much of dhcp and feature functionality

Avoid using Hidden Dragon
2024-03-16 03:52:56 -04:00

31 lines
693 B
TOML

[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"
scapy = "^2.5.0"
configobj = "^5.0.8"
pandas = "^2.1.0"
getmac = "^0.9.4"
faker-wifi-essid = "^0.4.1"
simple-parsing = "^0.1.4"
semver = "^3.0.2"
psycopg = "^3.1.18"
dnslib = "^0.9.24"
dhcplib = "^0.1.1"
[tool.poetry.group.dev.dependencies]
commitizen = "^3.14.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"