diff options
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index c9dbd2e..09e683f 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -21,6 +21,7 @@ #:use-module (gnu packages databases) #:use-module (gnu packages ghostscript) #:use-module (gnu packages python) + #:use-module (gnu packages python-check) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-science) #:use-module (gnu packages python-web) @@ -442,6 +443,7 @@ Graphical Fragment Assembly} files and related formats.") ("python-lxml" ,python-lxml) ("python-mechanize" ,python-mechanize) ("python-mysqlclient" ,python-mysqlclient) + ("python-mypy" ,python-mypy) ("python-numpy" ,python-numpy) ("python-pandas" ,python-pandas) ("python-parameterized" ,python-parameterized) |