21 lines
No EOL
397 B
TOML
21 lines
No EOL
397 B
TOML
[tool.poetry]
|
|
name = "tcpdynamics"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Abigail Pain <abi@akpain.net>"]
|
|
readme = "README.md"
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
pypcapkit = "^1.3.5.post3"
|
|
tqdm = "^4.67.1"
|
|
matplotlib = "^3.9.3"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.pyright]
|
|
venvPath = "."
|
|
venv = ".venv" |