We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e956e69 commit 00c5830Copy full SHA for 00c5830
.github/workflows/.hatch-run.yml
@@ -50,7 +50,9 @@ jobs:
50
with:
51
python-version: ${{ matrix.python-version }}
52
- name: Install Python Dependencies
53
- run: pip install hatch poetry
+ run: |
54
+ pip install --upgrade pip setuptools
55
+ pip install hatch poetry
56
- name: Run Scripts
57
env:
58
NODE_AUTH_TOKEN: ${{ secrets.node-auth-token }}
src/py/reactpy/pyproject.toml
@@ -45,6 +45,7 @@ starlette = [
45
sanic = [
46
"sanic >=21",
47
"sanic-cors",
48
+ "tracerite >=1.1.1",
49
"uvicorn[standard] >=0.19.0",
]
fastapi = [
0 commit comments