Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/pkgs/marimo: New optional pip package #37935

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions build/pkgs/marimo/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
marimo: Library for making reactive notebooks and apps
======================================================

Description
-----------

Library for making reactive notebooks and apps

License
-------

Apache License Version 2.0

Upstream Contact
----------------

https://pypi.org/project/marimo/
6 changes: 6 additions & 0 deletions build/pkgs/marimo/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
jedi pygments docutils psutil parso pyyaml anyio h11 packaging pathspec platformdirs idna sniffio | $(PYTHON_TOOLCHAIN) $(PYTHON)

----------
All lines of this file are ignored except the first.

Listed dependencies according to marimo-0.4.11 and recursive dependencies of black-24.4.2 click-8.1.7 pymdown_extensions-10.8.1 starlette-0.37.2 tomlkit-0.12.4 uvicorn-0.29.0 websockets-12.0
Empty file added build/pkgs/marimo/front-end
Empty file.
1 change: 1 addition & 0 deletions build/pkgs/marimo/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
marimo
1 change: 1 addition & 0 deletions build/pkgs/marimo/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional
Loading