Skip to content

Commit 3168091

Browse files
committed
fix upload
1 parent 407fc9e commit 3168091

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/reflex-components-upload/pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [{ name = "Khaleel Al-Adhami", email = "khaleel@reflex.dev" }]
77
maintainers = [{ name = "Khaleel Al-Adhami", email = "khaleel@reflex.dev" }]
88
requires-python = ">=3.10"
9-
dependencies = []
9+
dependencies = ["reflex_components_core"]
1010

1111
[tool.hatch.version]
1212
source = "uv-dynamic-versioning"
@@ -20,7 +20,13 @@ targets.sdist.artifacts = ["*.pyi"]
2020
targets.wheel.artifacts = ["*.pyi"]
2121

2222
[tool.hatch.build.hooks.reflex-pyi]
23-
dependencies = ["ruff", "reflex-core"]
23+
dependencies = [
24+
"ruff",
25+
"reflex-core",
26+
"reflex_components_core",
27+
"reflex-components-lucide",
28+
"reflex-components-sonner",
29+
]
2430

2531
[build-system]
2632
requires = ["hatchling", "uv-dynamic-versioning", "hatch-reflex-pyi"]

uv.lock

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

0 commit comments

Comments
 (0)