This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
an/pyproject.toml
2024-12-12 16:19:59 +00:00

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"