Skip to content

Commit e67d7de

Browse files
exampleに必要なのでrequestsをinstall
1 parent 3dd0475 commit e67d7de

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ matplotlib = "^3.9.2"
4444
[tool.poetry.group.recording.dependencies]
4545
numpy = "^2.1.2"
4646

47+
[tool.poetry.group.example.dependencies]
48+
requests = "^2.32.3"
49+
4750
[build-system]
4851
requires = ["poetry-core"]
4952
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)