about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBonfaceKilz2021-03-17 16:33:17 +0300
committerBonfaceKilz2021-03-17 16:33:17 +0300
commitcb7b6093487ed5d48ab316f70b94a9433d377937 (patch)
treeee9bda9a786254907c9de0c330a75e1b945469e0
parentff219084f8a40bac4b3dc65aef5b832c852e0c25 (diff)
downloadgenenetwork3-cb7b6093487ed5d48ab316f70b94a9433d377937.tar.gz
guix.scm: Add ipfs-httpclient & sqlalchemy-stubs and sort the inputs
-rw-r--r--guix.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/guix.scm b/guix.scm
index b70b334..a6aaf19 100644
--- a/guix.scm
+++ b/guix.scm
@@ -68,15 +68,17 @@
                       #:select? git-file?))
   (propagated-inputs `(("coreutils" ,coreutils)
                        ("gemma-wrapper" ,gemma-wrapper)
-                       ("python-bcrypt" ,python-bcrypt)
                        ("python" ,python-wrapper)
+                       ("python-bcrypt" ,python-bcrypt)
                        ("python-flask" ,python-flask)
-                       ("python-pylint" python-pylint)
-                       ("python-scipy" ,python-scipy)
+                       ("python-ipfshttpclient" ,python-ipfshttpclient)
                        ("python-mypy" ,python-mypy)
                        ("python-mypy-extensions" ,python-mypy-extensions)
+                       ("python-pylint" python-pylint)
                        ("python-redis" ,python-redis)
-                       ("python-scipy" ,python-scipy)))
+                       ("python-scipy" ,python-scipy)
+                       ("python-scipy" ,python-scipy)
+                       ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs)))
   (build-system python-build-system)
   (home-page "https://github.com/genenetwork/genenetwork3")
   (synopsis "GeneNetwork3 API for data science and machine learning.")