Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Nov 18, 2023
1 parent e956e69 commit 00c5830
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/.hatch-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Python Dependencies
run: pip install hatch poetry
run: |
pip install --upgrade pip setuptools
pip install hatch poetry
- name: Run Scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.node-auth-token }}
Expand Down
1 change: 1 addition & 0 deletions src/py/reactpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ starlette = [
sanic = [
"sanic >=21",
"sanic-cors",
"tracerite >=1.1.1",
"uvicorn[standard] >=0.19.0",
]
fastapi = [
Expand Down

0 comments on commit 00c5830

Please sign in to comment.