diff options
| author | bd <bdunahu@operationnull.com> | 2025-08-05 00:07:35 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-08-05 00:07:35 -0400 |
| commit | 3e1b7751c8b56e0d96f2d4cea511736f2aa6d00d (patch) | |
| tree | a6248e98f71be8bce2f2eeafb7d60869c14ee805 /manifest.scm | |
| parent | 06f53d108320feebb0e1542ed79986a028544e55 (diff) | |
Add jupyter notebook comparing Aergia and Yappi
Diffstat (limited to 'manifest.scm')
| -rw-r--r-- | manifest.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..d001fcb --- /dev/null +++ b/manifest.scm @@ -0,0 +1,20 @@ +;;; defines an environment for guix +(use-modules (gnu packages python) + (gnu packages python-xyz) + (gnu packages python-web) + (gnu packages python-science) + (gnu packages jupyter)) + +(packages->manifest + (list + ;; env + python + jupyter + python-plotly + + ;; async libs + python-aiofiles + python-aiohttp + python-httpx + python-quart + )) |
