You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments