diff options
author | BonfaceKilz | 2021-10-06 14:28:33 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-06 14:28:33 +0300 |
commit | 77c274b79c3ec01de60e90db3299763cb58f715b (patch) | |
tree | 0d09471e95f26a21bc4c35dcc174ef749fdf7bb8 /guix.scm | |
parent | e76dea5005501868c9721cd631b716d7e799306e (diff) | |
download | genenetwork3-77c274b79c3ec01de60e90db3299763cb58f715b.tar.gz |
guix.scm: Add python-flask-cors and python-plotly dependencies
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |