Switch to using pyproject.toml in OHLC module in order to manage dependencies and builds
This commit is contained in:
parent
718b1a4f91
commit
0744325686
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "ohlc"
|
||||||
|
version = "1.0"
|
||||||
|
dependencies = [
|
||||||
|
"iqfeed",
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user