Skip to content

Commit

Permalink
chore: remove unused dependency
Browse files Browse the repository at this point in the history
plotly_express is now part of plotly
  • Loading branch information
JaffarA committed Oct 8, 2024
1 parent 1159820 commit e1a5c01
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 92 deletions.
65 changes: 4 additions & 61 deletions dashboards/static/dashboards/vendor/js/plotly.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ django-asset-definitions
# Charts
pandas
plotly
plotly_express

# Dev tools
Faker
Expand Down
36 changes: 7 additions & 29 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
Expand Down Expand Up @@ -53,7 +53,9 @@ click-plugins==1.1.1
click-repl==0.3.0
# via celery
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
decorator==5.1.1
# via
# ipdb
Expand Down Expand Up @@ -131,33 +133,20 @@ mypy-extensions==1.0.0
nodeenv==1.8.0
# via pre-commit
numpy==1.26.2
# via
# pandas
# patsy
# plotly-express
# scipy
# statsmodels
# via pandas
packaging==23.2
# via
# black
# build
# plotly
# pytest
# sphinx
# statsmodels
pandas==2.1.3
# via
# -r requirements.in
# plotly-express
# statsmodels
# via -r requirements.in
parso==0.8.3
# via jedi
pathspec==0.11.2
# via black
patsy==0.5.3
# via
# plotly-express
# statsmodels
pexpect==4.8.0
# via ipython
pip-tools==7.3.0
Expand All @@ -167,10 +156,6 @@ platformdirs==3.11.0
# black
# virtualenv
plotly==5.18.0
# via
# -r requirements.in
# plotly-express
plotly-express==0.4.1
# via -r requirements.in
pluggy==1.3.0
# via pytest
Expand Down Expand Up @@ -236,14 +221,9 @@ pyyaml==6.0.1
# via pre-commit
requests==2.31.0
# via sphinx
scipy==1.11.3
# via
# plotly-express
# statsmodels
six==1.16.0
# via
# asttokens
# patsy
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -283,8 +263,6 @@ sqlparse==0.4.4
# via django
stack-data==0.6.3
# via ipython
statsmodels==0.14.0
# via plotly-express
syrupy==4.6.0
# via -r requirements.in
tenacity==8.2.3
Expand Down Expand Up @@ -325,4 +303,4 @@ wheel==0.41.3

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
# setuptools
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ install_requires =
django-asset-definitions
pandas
plotly
plotly_express
typing_extensions # required for 3.9 support atm

[tool:pytest]
Expand Down

0 comments on commit e1a5c01

Please sign in to comment.