Skip to content

Commit

Permalink
Pyproject_add_dependencies_non_version
Browse files Browse the repository at this point in the history
  • Loading branch information
adagora committed Nov 28, 2023
1 parent c422597 commit b13d6d2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ description = "Template project for Solarathon 2023"
version = "0.0.1"
dependencies = [
"solara==1.23.0",
"pydantic==2.5.2"
"yfinance==0.2.32",
"mplfinance==0.12.10b0",
"pandas_ta==0.3.14b0",
"requests",
"pydantic",
"yfinance",
"mplfinance",
"pandas_ta"
]

[project.optional-dependencies]
dev = [
"mypy",
"requests",
"pydantic",
"yfinance",
"mplfinance",
"pandas_ta"
]

[tool.hatch.build]
Expand Down

0 comments on commit b13d6d2

Please sign in to comment.