diff options
| author | sotech117 <michael_foiani@brown.edu> | 2025-07-31 17:27:24 -0400 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2025-07-31 17:27:24 -0400 |
| commit | 5bf22fc7e3c392c8bd44315ca2d06d7dca7d084e (patch) | |
| tree | 8dacb0f195df1c0788d36dd0064f6bbaa3143ede /venv/lib/python3.8/site-packages/dash-3.1.1.dist-info/entry_points.txt | |
| parent | b832d364da8c2efe09e3f75828caf73c50d01ce3 (diff) | |
add code for analysis of data
Diffstat (limited to 'venv/lib/python3.8/site-packages/dash-3.1.1.dist-info/entry_points.txt')
| -rw-r--r-- | venv/lib/python3.8/site-packages/dash-3.1.1.dist-info/entry_points.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/venv/lib/python3.8/site-packages/dash-3.1.1.dist-info/entry_points.txt b/venv/lib/python3.8/site-packages/dash-3.1.1.dist-info/entry_points.txt new file mode 100644 index 0000000..409149f --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash-3.1.1.dist-info/entry_points.txt @@ -0,0 +1,8 @@ +[console_scripts] +dash-generate-components = dash.development.component_generator:cli +dash-update-components = dash.development.update_components:cli +renderer = dash.development.build_process:renderer + +[pytest11] +dash = dash.testing.plugin + |
