diff options
| author | Munyoki Kilyungi | 2025-11-18 07:01:30 +0300 |
|---|---|---|
| committer | Munyoki Kilyungi | 2025-11-18 07:04:26 +0300 |
| commit | 1fc564b3ef29b6fcf23e42c882e4c3f2ea338e11 (patch) | |
| tree | 807298c532d4416339043a504fcc7df0fad82433 /gn | |
| parent | 8046ce5148087f766783f7634e05b8a92765e99d (diff) | |
| download | guix-bioinformatics-1fc564b3ef29b6fcf23e42c882e4c3f2ea338e11.tar.gz | |
(genenetwork2): Add python structlog. (gn-auth): Ditto. (gn-libs): Ditto. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn')
| -rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 79fc039..f2241aa 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -169,6 +169,7 @@ python-scikit-learn python-scipy python-sparqlwrapper + python-structlog python-wrapper python-xapian-bindings r @@ -346,6 +347,7 @@ storage.") python-wrapper python-xlsxwriter python-pillow-9 + python-structlog r r-ctl r-qtl @@ -563,6 +565,7 @@ storage.") python-mysqlclient-2.2.7 python-pymonad python-redis + python-structlog yoyo-migrations)) (home-page "https://github.com/genenetwork/gn-auth") (synopsis "Authentication and Authorisation server for GeneNetwork services") @@ -606,6 +609,7 @@ storage.") (list python-authlib python-pymonad python-requests + python-structlog python-mysqlclient-2.2.7)) (home-page "https://github.com/genenetwork/gn-libs") (synopsis "Tools/utilities for GeneNetwork projects.") |
