AGI_Assistant / pyproject.toml
Dmitry Beresnev
add backtesting
ad9d2ff
raw
history blame contribute delete
263 Bytes
[project]
name = "openclaw-space"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"backtesting==0.3.3",
"backtrader==1.9.78.123",
"pandas==2.2.3",
"requests==2.32.3",
"streamlit==1.41.1",
"yfinance==0.2.54",
]
[tool.uv]
package = false