Add pyproject.toml for backtesting module
This commit is contained in:
parent
6b18c59627
commit
1df36ab10b
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "backtesting"
|
||||
version = "1.0"
|
||||
dependencies = [
|
||||
"numpy",
|
||||
"ohlc",
|
||||
"pandas",
|
||||
"strategies",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
build = [
|
||||
"build",
|
||||
]
|
Loading…
Reference in New Issue
Block a user