Skip to content

Commit 0f2f92e

Browse files
committed
changelog for #1745
1 parent 0378642 commit 0f2f92e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
44

55
## [Unreleased]
66

7+
- [#1745](https://github.com/plotly/dash/pull/1745):
8+
Improve our `extras_require`: there are now five options here, each with a well-defined role:
9+
- `dash[dev]`: for developing and building dash components.
10+
- `dash[testing]`: for using the `pytest` plugins in the `dash.testing` module
11+
- `dash[diskcache]`: required if you use `DiskcacheLongCallbackManager`
12+
- `dash[celery]`: required if you use `CeleryLongCallbackManager`
13+
- `dash[ci]`: mainly for internal use, these are additional requirements for the Dash CI tests, exposed for other component libraries to use a matching configuration.
14+
715
- [#1779](https://github.com/plotly/dash/pull/1779):
816
- Clean up our handling of serialization problems, including fixing `orjson` for Python 3.6
917
- Added the ability for `dash.testing` `percy_snapshot` methods to choose widths to generate.

0 commit comments

Comments
 (0)