aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-12-28 12:38:20 +0300
committerFrederick Muriuki Muriithi2022-12-28 12:38:20 +0300
commit93db02e51a4f15e0213badb6a28641d500af0c01 (patch)
treec6eebb385ad1718cdbf1044e8316b838d2303aba /gn/packages/genenetwork.scm
parent22eb736d0e352dddb44fdc739c3fb037953a53ea (diff)
downloadguix-bioinformatics-93db02e51a4f15e0213badb6a28641d500af0c01.tar.gz
gn: (genenetwork2): Add flask-session as a dependency
Flask session already handles a lot of the house-keeping involved with server-side sessions: this commit adds it as a dependency to avoid having to do the house-keeping manually. * gn/packages/genenetwork.scm: (python-flask-session): New dependency
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 49af8da..92499a8 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -240,6 +240,7 @@
("python-markdown" ,python-markdown)
("python-rdflib" ,python-rdflib)
("python-twint" ,python-twint)
+ ("python-flask-session" ,python-flask-session)
;; TODO: Get rid of Python R bindings
("python-rpy2" ,python-rpy2)
("python-beautifulsoup4" ,python-beautifulsoup4)