diff options
author | BonfaceKilz | 2021-03-17 16:33:17 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-17 16:33:17 +0300 |
commit | cb7b6093487ed5d48ab316f70b94a9433d377937 (patch) | |
tree | ee9bda9a786254907c9de0c330a75e1b945469e0 /guix.scm | |
parent | ff219084f8a40bac4b3dc65aef5b832c852e0c25 (diff) | |
download | genenetwork3-cb7b6093487ed5d48ab316f70b94a9433d377937.tar.gz |
guix.scm: Add ipfs-httpclient & sqlalchemy-stubs and sort the inputs
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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.") |