From be70ece022b62b010def2a38468086f4cb1da77f Mon Sep 17 00:00:00 2001 From: Santosh Passoubady <61618641+ssantoshp@users.noreply.github.com> Date: Sat, 12 Aug 2023 22:57:10 -0400 Subject: [PATCH] Create pyproject.toml --- pyproject.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..a350d076 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,16 @@ +[build-system] +requires = [ + 'numpy', + 'matplotlib', + 'datetime', + 'empyrical', + 'quantstats', + 'yfinance', + 'ipython', + 'fpdf', + 'pyportfolioopt' + + ] +build-backend = "setuptools.build_meta" + +[tool.setuptools_scm]