diff options
author | Frederick Muriuki Muriithi | 2022-12-28 13:18:10 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-12-28 13:18:10 +0300 |
commit | 45134251bce0172025464bdac003f22a2508faac (patch) | |
tree | 1762251556922abf877f0f4d332d460f406474c6 /gn/packages | |
parent | 93db02e51a4f15e0213badb6a28641d500af0c01 (diff) | |
download | guix-bioinformatics-45134251bce0172025464bdac003f22a2508faac.tar.gz |
gn: (genenetwork2): Add python-authlib as a dependency
* gn/packages/genenetwork.scm: (python-authlib): New dependency
Diffstat (limited to 'gn/packages')
-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 92499a8..8bf4172 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-authlib" ,python-authlib) ("python-flask-session" ,python-flask-session) ;; TODO: Get rid of Python R bindings ("python-rpy2" ,python-rpy2) |