11 lines
205 B
TOML
11 lines
205 B
TOML
[project]
|
|
name = "thermalcam"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"python-dotenv>=1.2.1",
|
|
"scapy>=2.6.1",
|
|
]
|