reflex/reflex/.templates/jinja/custom_components
Masen Furer 2883e541a9
Bring back py3.9 support with a deprecation warning. (#3976)
* Revert "ruff formatting to unbreak `main` CI (#3964)"

This reverts commit f9be184b86.

* Revert "bump python>=3.10 for 0.6.0 (#3956)"

This reverts commit fe1833c5e1.

* drop python3.8 support

* relock dependencies

* Raise warning when < py310 is used

* Move python version check to reflex version check function

Avoid spammy deprecation warnings by only emitting warning once per project,
per reflex version, per reinit.

* Remove other references to python3.8
2024-09-23 18:15:16 -07:00
..
__init__.py.jinja2 Add support for custom components starter (#2314) 2024-02-28 15:25:26 -08:00
demo_app.py.jinja2 fix template (#2787) 2024-03-05 16:10:44 -08:00
pyproject.toml.jinja2 Bring back py3.9 support with a deprecation warning. (#3976) 2024-09-23 18:15:16 -07:00
README.md.jinja2 Add support for custom components starter (#2314) 2024-02-28 15:25:26 -08:00
src.py.jinja2 [REF-2303] Update custom component template for new API (#3007) 2024-04-04 11:58:39 -07:00

# {{ module_name }}

A Reflex custom component {{ module_name }}.

## Installation

```bash
pip install {{ package_name }}
```