aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2021-05-08 19:16:50 +0300
committerBonfaceKilz2021-05-08 19:35:24 +0300
commit668072c99d3bf16dd3f8d671fb9cf3ed42a5b057 (patch)
treec11671db5e44c38b4eccbb81dad120c0131202bd
parenta99f485c93c40d193914232370659d828f4707d5 (diff)
downloadgenenetwork3-668072c99d3bf16dd3f8d671fb9cf3ed42a5b057.tar.gz
guix.scm: Add python-numpy and python-requests
-rw-r--r--guix.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index d8bb07e..13f84d8 100644
--- a/guix.scm
+++ b/guix.scm
@@ -76,8 +76,10 @@
("python-mypy" ,python-mypy)
("python-mypy-extensions" ,python-mypy-extensions)
("python-mysqlclient" ,python-mysqlclient)
+ ("python-numpy" ,python-numpy)
("python-pylint" python-pylint)
("python-redis" ,python-redis)
+ ("python-requests" ,python-requests)
("python-scipy" ,python-scipy)
("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs)))
(build-system python-build-system)