Skip to content

Commit 7920e0c

Browse files
authored
Remove plotly (unused package) to reduce fides image size (#5852)
1 parent fe14b8b commit 7920e0c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
3131
### Developer Experience
3232
- Moved non-prod Admin UI dependencies to devDependencies [#5832](https://github.com/ethyca/fides/pull/5832)
3333
- Prevent Admin UI and Privacy Center from starting when running `nox -s dev` with datastore params [#5843](https://github.com/ethyca/fides/pull/5843)
34+
- Remove plotly (unused package) to reduce fides image size [#5852](https://github.com/ethyca/fides/pull/5852)
3435

3536
## [2.56.1](https://github.com/ethyca/fides/compare/2.56.0...2.56.1)
3637

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ module = [
5757
"okta.*",
5858
"pandas.*",
5959
"pg8000.*",
60-
"plotly.*",
6160
"pydash.*",
6261
"pygtrie.*",
6362
"pymongo.*",

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ packaging==23.0
4040
pandas==1.4.3
4141
paramiko==3.4.1
4242
passlib[bcrypt]==1.7.4
43-
plotly==5.13.1
4443
pyinstrument==4.5.1
4544
psycopg2-binary==2.9.6
4645
pydantic==2.7.1

0 commit comments

Comments
 (0)