aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorBonfaceKilz2021-10-06 14:28:33 +0300
committerBonfaceKilz2021-10-06 14:28:33 +0300
commit77c274b79c3ec01de60e90db3299763cb58f715b (patch)
tree0d09471e95f26a21bc4c35dcc174ef749fdf7bb8 /guix.scm
parente76dea5005501868c9721cd631b716d7e799306e (diff)
downloadgenenetwork3-77c274b79c3ec01de60e90db3299763cb58f715b.tar.gz
guix.scm: Add python-flask-cors and python-plotly dependencies
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 02c67b2..9b8f399 100644
--- a/guix.scm
+++ b/guix.scm
@@ -89,11 +89,13 @@
("python" ,python-wrapper)
("python-bcrypt" ,python-bcrypt)
("python-flask" ,python-flask)
+ ("python-flask-cors" ,python-flask-cors)
("python-ipfshttpclient" ,python-ipfshttpclient)
("python-mypy" ,python-mypy)
("python-mypy-extensions" ,python-mypy-extensions)
("python-mysqlclient" ,python-mysqlclient)
("python-numpy" ,python-numpy)
+ ("python-plotly" ,python-plotly)
("python-pylint" ,python-pylint)
("python-redis" ,python-redis)
("python-requests" ,python-requests)