Skip to content

Commit cc3dfbd

Browse files
committed
fix missing test dependency
1 parent 8dba3d3 commit cc3dfbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/about/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Unreleased
6161
- :pull:`1113` - Removed ``reactpy.core.types`` module. Use ``reactpy.types`` instead.
6262
- :pull:`1278` - Removed ``reactpy.utils.html_to_vdom``. Use ``reactpy.utils.string_to_reactpy`` instead.
6363
- :pull:`1278` - Removed ``reactpy.utils.vdom_to_html``. Use ``reactpy.utils.reactpy_to_string`` instead.
64-
- :pull:`1113` - All backend related installation extras (such as ``pip install reactpy[starlette]``) have been removed.
64+
- :pull:`1113` - Removed all backend related installation extras (such as ``pip install reactpy[starlette]``).
6565
- :pull:`1113` - Removed deprecated function ``module_from_template``.
6666
- :pull:`1113` - Removed support for Python 3.9.
6767
- :pull:`1264` - Removed support for async functions within ``reactpy.use_effect`` hook. Use ``reactpy.use_async_effect`` instead.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ artifacts = []
8686
[tool.hatch.envs.hatch-test]
8787
extra-dependencies = [
8888
"reactpy[all]",
89+
"uvicorn",
8990
"pytest-sugar",
9091
"pytest-asyncio",
9192
"responses",

0 commit comments

Comments
 (0)