Skip to content

Commit 18e8145

Browse files
authored
Merge pull request #112 from ssantoshp/ssantoshp-patch-8
Create pyproject.toml
2 parents b948524 + be70ece commit 18e8145

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[build-system]
2+
requires = [
3+
'numpy',
4+
'matplotlib',
5+
'datetime',
6+
'empyrical',
7+
'quantstats',
8+
'yfinance',
9+
'ipython',
10+
'fpdf',
11+
'pyportfolioopt'
12+
13+
]
14+
build-backend = "setuptools.build_meta"
15+
16+
[tool.setuptools_scm]

0 commit comments

Comments
 (0)