Skip to content

Commit b609baa

Browse files
committed
update pyproject.tom
1 parent 7578115 commit b609baa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "reflex-clerk-api"
77
version = "0.0.1"
8-
description = "Reflex custom component clerk-api"
8+
description = "Reflex custom component wrapping @clerk/clerk-react and integrating the clerk-backend-api"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
1111
requires-python = ">=3.10"
1212
authors = [{ name = "Tim Child", email = "[email protected]" }]
13-
keywords = ["reflex","reflex-custom-components"]
13+
keywords = ["reflex","reflex-custom-components", "clerk", "clerk-backend-api"]
1414

1515
dependencies = [
1616
"authlib>=1.5.1",
1717
"clerk-backend-api>=1.8.0",
18-
"reflex>=0.7.3",
18+
"reflex>=0.7.0",
1919
]
2020

2121
classifiers = ["Development Status :: 4 - Beta"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)