13 lines
254 B
TOML
13 lines
254 B
TOML
[project]
|
|
name = "p2pchat"
|
|
version = "0.1.0"
|
|
description = "UDP hole punching p2p chat"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"cryptography>=48.0.0",
|
|
"pyperclip>=1.11.0",
|
|
"requests>=2.34.2",
|
|
"textual>=8.2.6",
|
|
]
|