Initial commit
This commit is contained in:
16
pyground/pyproject.toml
Normal file
16
pyground/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user