15 lines
301 B
TOML
15 lines
301 B
TOML
[project]
|
|
name = "okxtrading2-0"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"numpy>=2.3.4",
|
|
"pandas>=2.3.3",
|
|
"python-dotenv>=1.2.1",
|
|
"python-okx>=0.4.0",
|
|
"requests>=2.32.5",
|
|
"schedule>=1.2.2",
|
|
]
|