Skip to content

Commit

Permalink
Merge pull request #112 from ssantoshp/ssantoshp-patch-8
Browse files Browse the repository at this point in the history
Create pyproject.toml
  • Loading branch information
santoshlite authored Aug 13, 2023
2 parents b948524 + be70ece commit 18e8145
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[build-system]
requires = [
'numpy',
'matplotlib',
'datetime',
'empyrical',
'quantstats',
'yfinance',
'ipython',
'fpdf',
'pyportfolioopt'

]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

0 comments on commit 18e8145

Please sign in to comment.