Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/django4-asgi/commands/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip3 install --upgrade pip

cd /integration

pip3 install hatch
pip3 install hatch "click<8.3.0"
hatch clean
hatch run build:me

Expand Down
2 changes: 1 addition & 1 deletion python/django4-celery/commands/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip3 install --upgrade pip

cd /integration

pip3 install hatch
pip3 install hatch "click<8.3.0"
hatch clean
hatch run build:me

Expand Down
2 changes: 1 addition & 1 deletion python/django4-wsgi/commands/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip3 install --upgrade pip

cd /integration

pip3 install hatch
pip3 install hatch "click<8.3.0"
hatch clean
hatch run build:me

Expand Down
2 changes: 1 addition & 1 deletion python/fastapi-databases/commands/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip3 install --upgrade pip

cd /integration

pip3 install hatch
pip3 install hatch "click<8.3.0"
hatch clean
hatch run build:me

Expand Down
2 changes: 1 addition & 1 deletion python/fastapi/commands/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip3 install --upgrade pip

cd /integration

pip3 install hatch
pip3 install hatch "click<8.3.0"
hatch clean
hatch run build:me

Expand Down
2 changes: 1 addition & 1 deletion python/flask-pika/commands/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip3 install --upgrade pip

cd /integration

pip3 install hatch
pip3 install hatch "click<8.3.0"
hatch clean
hatch run build:me

Expand Down
2 changes: 1 addition & 1 deletion python/flask-sqlalchemy/commands/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip3 install --upgrade pip

cd /integration

pip3 install hatch
pip3 install hatch "click<8.3.0"
hatch clean
hatch run build:me

Expand Down
2 changes: 1 addition & 1 deletion python/flask/commands/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip3 install --upgrade pip

cd /integration

pip3 install hatch
pip3 install hatch "click<8.3.0"
hatch clean
hatch run build:me

Expand Down
2 changes: 1 addition & 1 deletion python/starlette/commands/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip3 install --upgrade pip

cd /integration

pip3 install hatch
pip3 install hatch "click<8.3.0"
hatch clean
hatch run build:me

Expand Down