about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.")