Skip to content

Commit 027f090

Browse files
committed
remove standard installation extra
1 parent e6136a0 commit 027f090

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/source/about/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unreleased
1919
- :pull:`1113` - Added ``reactpy.ReactPy`` that can be used to run ReactPy in standalone mode.
2020
- :pull:`1113` - Added ``reactpy.ReactPyMiddleware`` that can be used to run ReactPy with any ASGI compatible framework.
2121
- :pull:`1113` - Added ``reactpy.templatetags.Jinja`` that can be used alongside ``ReactPyMiddleware`` to embed several ReactPy components into your existing application.
22-
- :pull:`1113` - Added ``standard``, ``uvicorn``, ``jinja`` installation extras (for example ``pip install reactpy[standard]``).
22+
- :pull:`1113` - Added ``uvicorn`` and ``jinja`` installation extras (for example ``pip install reactpy[jinja]``).
2323
- :pull:`1113` - Added support for Python 3.12 and 3.13.
2424
- :pull:`1264` - Added ``reactpy.use_async_effect`` hook.
2525
- :pull:`1267` - Added ``shutdown_timeout`` parameter to the ``reactpy.use_async_effect`` hook.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ artifacts = []
8181

8282
[project.optional-dependencies]
8383
all = ["reactpy[jinja,uvicorn,testing]"]
84-
standard = ["reactpy[jinja,uvicorn]"]
8584
jinja = ["jinja2-simple-tags", "jinja2 >=3"]
8685
uvicorn = ["uvicorn[standard]"]
8786
testing = ["playwright"]

0 commit comments

Comments
 (0)