diff options
author | Frederick Muriuki Muriithi | 2022-12-28 12:38:20 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-12-28 12:38:20 +0300 |
commit | 93db02e51a4f15e0213badb6a28641d500af0c01 (patch) | |
tree | c6eebb385ad1718cdbf1044e8316b838d2303aba /gn | |
parent | 22eb736d0e352dddb44fdc739c3fb037953a53ea (diff) | |
download | guix-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')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
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) |