File: pyproject.toml

package info (click to toggle)
wifite 2.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,196 kB
  • sloc: python: 6,457; sh: 10; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tool.poetry]
name = "wifite2"
version = "0.1.0"
description = ""
authors = ["kimocoder <christian@aircrack-ng.org>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
setuptools = "^80.9.0"
chardet = "^5.2.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"