File tree Expand file tree Collapse file tree 4 files changed +11
-92
lines changed
dashboards/static/dashboards/vendor/js Expand file tree Collapse file tree 4 files changed +11
-92
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ django-asset-definitions
1010# Charts
1111pandas
1212plotly
13- plotly_express
1413
1514# Dev tools
1615Faker
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# pip-compile
@@ -53,7 +53,9 @@ click-plugins==1.1.1
5353click-repl == 0.3.0
5454 # via celery
5555coverage [toml ]== 7.3.2
56- # via pytest-cov
56+ # via
57+ # coverage
58+ # pytest-cov
5759decorator == 5.1.1
5860 # via
5961 # ipdb
@@ -131,33 +133,20 @@ mypy-extensions==1.0.0
131133nodeenv == 1.8.0
132134 # via pre-commit
133135numpy == 1.26.2
134- # via
135- # pandas
136- # patsy
137- # plotly-express
138- # scipy
139- # statsmodels
136+ # via pandas
140137packaging == 23.2
141138 # via
142139 # black
143140 # build
144141 # plotly
145142 # pytest
146143 # sphinx
147- # statsmodels
148144pandas == 2.1.3
149- # via
150- # -r requirements.in
151- # plotly-express
152- # statsmodels
145+ # via -r requirements.in
153146parso == 0.8.3
154147 # via jedi
155148pathspec == 0.11.2
156149 # via black
157- patsy == 0.5.3
158- # via
159- # plotly-express
160- # statsmodels
161150pexpect == 4.8.0
162151 # via ipython
163152pip-tools == 7.3.0
@@ -167,10 +156,6 @@ platformdirs==3.11.0
167156 # black
168157 # virtualenv
169158plotly == 5.18.0
170- # via
171- # -r requirements.in
172- # plotly-express
173- plotly-express == 0.4.1
174159 # via -r requirements.in
175160pluggy == 1.3.0
176161 # via pytest
@@ -236,14 +221,9 @@ pyyaml==6.0.1
236221 # via pre-commit
237222requests == 2.31.0
238223 # via sphinx
239- scipy == 1.11.3
240- # via
241- # plotly-express
242- # statsmodels
243224six == 1.16.0
244225 # via
245226 # asttokens
246- # patsy
247227 # python-dateutil
248228snowballstemmer == 2.2.0
249229 # via sphinx
@@ -283,8 +263,6 @@ sqlparse==0.4.4
283263 # via django
284264stack-data == 0.6.3
285265 # via ipython
286- statsmodels == 0.14.0
287- # via plotly-express
288266syrupy == 4.6.0
289267 # via -r requirements.in
290268tenacity == 8.2.3
@@ -325,4 +303,4 @@ wheel==0.41.3
325303
326304# The following packages are considered to be unsafe in a requirements file:
327305# pip
328- # setuptools
306+ # setuptools
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ install_requires =
3434 django-asset-definitions
3535 pandas
3636 plotly
37- plotly_express
3837 typing_extensions # required for 3.9 support atm
3938
4039[tool:pytest]
You can’t perform that action at this time.
0 commit comments