From 93db02e51a4f15e0213badb6a28641d500af0c01 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 28 Dec 2022 12:38:20 +0300 Subject: 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 --- gn/packages/genenetwork.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gn') 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) -- cgit v1.2.3