diff options
author | BonfaceKilz | 2021-04-30 12:04:04 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-10 12:41:30 +0300 |
commit | e4f4d1281717f3fd2fd724eda1ff8f15f781eba7 (patch) | |
tree | ebe520910874a5603320d8761c40677cc6ea2ab1 /gn | |
parent | 2b92eec3425340aad7db2ba9f486fbd46adb77de (diff) | |
download | guix-bioinformatics-e4f4d1281717f3fd2fd724eda1ff8f15f781eba7.tar.gz |
gn: genenetwork: Add autopep8 and pylint to python3-genenetwork2.
* gn/packages/genenetwork.scm (python3-genenetwork2) [propagated-inputs]: Add
python-autopep8 and python-pylint.
Diffstat (limited to 'gn')
-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 a90a054..49bc7c7 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -450,6 +450,7 @@ Graphical Fragment Assembly} files and related formats.") ("python-coverage" ,python-coverage) ("python-flask" ,python-flask) ("gunicorn" ,gunicorn) + ("python-autopep8" ,python-autopep8) ("python-cssselect" ,python-cssselect) ("python-elasticsearch" ,python-elasticsearch) ("python-htmlgen" ,python-htmlgen) @@ -466,6 +467,7 @@ Graphical Fragment Assembly} files and related formats.") ("python-pandas" ,python-pandas) ("python-parameterized" ,python-parameterized) ("python-passlib" ,python-passlib) + ("python-pylint" ,python-pylint) ("python-redis" ,python-redis) ("python-requests" ,python-requests) ("python-simplejson" ,python-simplejson) |