Skip to content
Open
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
4 changes: 1 addition & 3 deletions 01-hello/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python hello world worker"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
4 changes: 1 addition & 3 deletions 02-binding/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python bindings example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
1 change: 0 additions & 1 deletion 03-fastapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Python fastapi example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
"fastapi",
"markupsafe",
"jinja2",
Expand Down
4 changes: 1 addition & 3 deletions 04-query-d1/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python d1 example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
1 change: 0 additions & 1 deletion 05-langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Python langchain example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
"langchain_core",
"langchain_openai"
]
Expand Down
4 changes: 1 addition & 3 deletions 06-assets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python assets handling example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
4 changes: 1 addition & 3 deletions 07-durable-objects/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python durable objects example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
4 changes: 1 addition & 3 deletions 08-cron/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python cron example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
4 changes: 1 addition & 3 deletions 09-workers-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python AI example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
4 changes: 1 addition & 3 deletions 10-workflows/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python workflows example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
4 changes: 1 addition & 3 deletions 11-opengraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python opengraph example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
1 change: 0 additions & 1 deletion 12-image-gen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Python image generation example using Pillow"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
"pillow",
]

Expand Down
1 change: 0 additions & 1 deletion 13-js-api-pygments/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Python RPC server which responds to highlight_code RPC calls"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
"pygments",
]

Expand Down
4 changes: 1 addition & 3 deletions 14-websocket-stream-consumer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python WebSocket stream consumer example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
4 changes: 1 addition & 3 deletions 15-chatroom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
description = "Python WebSocket chatroom example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"webtypy>=0.1.7",
]
dependencies = []

[dependency-groups]
dev = [
Expand Down
Loading