Files
roll-room/pyground/pyproject.toml
2026-04-23 16:58:11 +08:00

17 lines
347 B
TOML

[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",
]