Skip to content

Commit

Permalink
chore: plotly as essential
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 18, 2024
1 parent 302458c commit 926f726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ dependencies = [
"lxml",
"tqdm",
"beautifulsoup4",
"plotly",
]

[project.urls]
Homepage = "http://www.financedata.kr"
Repository = "https://github.com/financedata/financedatareader"

[project.optional-dependencies]
chart = ["plotly"]
notebook = ["ipykernel", "nbformat>=4.2.0"]
test = ["pytest"]
docs = ["sphinx"]

[tool.rye]
managed = true
dev-dependencies = ["finance-datareader[chart,notebook,test]"]
dev-dependencies = ["finance-datareader[notebook,test]"]

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 926f726

Please sign in to comment.