Skip to content

Commit 418d1fd

Browse files
authored
chore(examples): migrate examples to uv project files (#320)
1 parent a176ad2 commit 418d1fd

56 files changed

Lines changed: 25378 additions & 35 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/agent/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "agent"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
requires-python = ">=3.12"
6+
7+
# Managed with uv; refresh the lockfile with `uv lock`.
8+
dependencies = [
9+
"dify_plugin>=0.5.0",
10+
"pydantic>=2.0.0",
11+
]

examples/agent/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/agent/uv.lock

Lines changed: 1330 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[project]
2+
name = "dropbox_trigger"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
requires-python = ">=3.12"
6+
7+
# Managed with uv; refresh the lockfile with `uv lock`.
8+
dependencies = [
9+
"dify_plugin>=0.5.0",
10+
"requests>=2.31.0",
11+
"werkzeug>=3.1.0",
12+
]

examples/dropbox_trigger/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/dropbox_trigger/uv.lock

Lines changed: 1332 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "firecrawl_datasource"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
requires-python = ">=3.12"
6+
7+
# Managed with uv; refresh the lockfile with `uv lock`.
8+
dependencies = [
9+
"dify_plugin>=0.5.0",
10+
"requests>=2.32.5",
11+
]

examples/firecrawl_datasource/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/firecrawl_datasource/uv.lock

Lines changed: 1330 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/github/pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[project]
2+
name = "github"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
requires-python = ">=3.12"
6+
7+
# Managed with uv; refresh the lockfile with `uv lock`.
8+
dependencies = [
9+
"dify_plugin>=0.5.0",
10+
"requests>=2.32.5",
11+
"werkzeug>=3.1.3",
12+
]

0 commit comments

Comments
 (0)