This commit is contained in:
2026-05-15 16:29:49 -04:00
parent 7b1a10cb71
commit faa9e09af4
7 changed files with 1444 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[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",
]