Skip to content

Commit 114a798

Browse files
authored
Add mapping for 'airflow' to 'apache-airflow' (#6622)
Should make it easier to toy with airflow inside of marimo.
1 parent 309964e commit 114a798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

marimo/_runtime/packages/module_name_to_pypi_name.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def module_name_to_pypi_name() -> dict[str, str]:
99
"AFQ": "pyAFQ",
1010
"AG_fft_tools": "agpy",
1111
"Adafruit": "Adafruit-Libraries",
12+
"airflow": "apache-airflow",
1213
"Asterisk": "py-Asterisk",
1314
"BB_jekyll_hook": "bitbucket-jekyll-hook",
1415
"Banzai": "Banzai-NGS",

0 commit comments

Comments
 (0)