Skip to content

Commit

Permalink
fix: add missing plotly dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Sep 12, 2024
1 parent 766df58 commit 3aa2120
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
17 changes: 16 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ streamlit = "^1.36.0"
pybadges = {git = "https://github.com/benjamin-awd/pybadges"}
monopoly-core = "0.12.2"
ocrmypdf = { version = "^16.5.0", optional = true }
plotly = "^5.24.1"

[tool.poetry.group.dev.dependencies]
black = "^24.4.0"
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,9 @@ pillow==10.4.0 ; python_version >= "3.10" and python_version < "3.13" \
--hash=sha256:f7baece4ce06bade126fb84b8af1c33439a76d8a6fd818970215e0560ca28c27 \
--hash=sha256:ff25afb18123cea58a591ea0244b92eb1e61a1fd497bf6d6384f09bc3262ec3e \
--hash=sha256:ff337c552345e95702c5fde3158acb0625111017d0e5f24bf3acdb9cc16b90d1
plotly==5.24.1 ; python_version >= "3.10" and python_version < "3.13" \
--hash=sha256:dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae \
--hash=sha256:f67073a1e637eb0dc3e46324d9d51e2fe76e9727c892dde64ddf1e1b51f29089
pluggy==1.5.0 ; python_version >= "3.10" and python_version < "3.13" \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \
--hash=sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669
Expand Down

0 comments on commit 3aa2120

Please sign in to comment.