diff options
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -30,16 +30,14 @@ (lambda* (#:key tests? #:allow-other-keys) (when tests? (invoke "pytest"))))))) - (native-inputs + (inputs (list python-mypy python-pylint python-pytest python-hypothesis)) (propagated-inputs (list python-rq - python-magic - python-flask - python-jsonpickle)) + python-magic)) (synopsis "GeneNetwork Quality Control Application") (description "GeneNetwork qc is a quality control application for the data files that |