Initial commit of pyproject.toml for strategies module
This commit is contained in:
parent
d99c2467a1
commit
946c834bdd
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "strategies"
|
||||||
|
version = "1.0"
|
||||||
|
dependencies = [
|
||||||
|
"numpy",
|
||||||
|
"pandas",
|
||||||
|
"indicators",
|
||||||
|
]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
build = [
|
||||||
|
"build",
|
||||||
|
]
|
||||||
|
test = [
|
||||||
|
"ohlc",
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user