Skip to content

Commit e2e85ae

Browse files
committed
add bar-chart-race and dev dependencies
1 parent aeab7ce commit e2e85ae

File tree

2 files changed

+894
-0
lines changed

2 files changed

+894
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8+
"bar-chart-race>=0.1.0",
89
"matplotlib>=3.10.0",
910
"pandas>=2.2.3",
1011
"requests>=2.32.3",
@@ -17,4 +18,7 @@ dev = [
1718
"hatch>=1.14.0",
1819
"ipython>=8.31.0",
1920
"jupytext>=1.16.6",
21+
"nbqa>=1.9.1",
22+
"notebook>=7.3.2",
23+
"ruff>=0.8.6",
2024
]

0 commit comments

Comments
 (0)