Initial commit

This commit is contained in:
2026-04-23 16:58:11 +08:00
commit 267eba1eca
2582 changed files with 273338 additions and 0 deletions

16
pyground/pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "pyplayground"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cryptography>=46.0.5",
"matplotlib>=3.10.8",
"numpy>=2.4.2",
"openpyxl>=3.1.5",
"pandas>=3.0.1",
"pymysql>=1.1.2",
"requests>=2.32.5",
"websockets>=16.0",
]