File tree Expand file tree Collapse file tree 3 files changed +255
-237
lines changed
custom_components/reflex_github_button Expand file tree Collapse file tree 3 files changed +255
-237
lines changed Original file line number Diff line number Diff line change 11from .github_button import LiteralButtonType , github_button
22
3- __version__ = "0.1.4 "
3+ __version__ = "0.1.5 "
44
55__all__ = [
66 "LiteralButtonType" ,
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ path = "custom_components/reflex_github_button/__init__.py"
1616
1717[project ]
1818name = " reflex-github-button"
19- description = " Reflex custom component github-button "
19+ description = " Reflex custom component wrapping react- github-btn "
2020readme = " README.md"
2121license = { text = " Apache-2.0" }
2222requires-python = " >=3.10"
23- authors = [{ name = " " , email = " YOUREMAIL@domain .com" }]
23+ authors = [{ name = " Tim Child " , email = " timjchild@gmail .com" }]
2424keywords = [" reflex" ," reflex-custom-components" ]
2525dynamic = [" version" ]
2626
27- dependencies = [" reflex> =0.7.5" ]
27+ dependencies = [" reflex= =0.7.5" ]
2828
2929classifiers = [
3030 " Development Status :: 4 - Beta" ,
@@ -60,4 +60,5 @@ dev = [
6060 " pytest-playwright>=0.7.0" ,
6161 " pytest-pretty>=1.2.0" ,
6262 " ruff>=0.9.10" ,
63+ " uvicorn>=0.34.2" ,
6364]
You can’t perform that action at this time.
0 commit comments