buildout.cfg
branchdev-tf
changeset 417 e7e36ec88a06
parent 415 a6fea42dc750
child 418 55fc762a7afa
--- a/buildout.cfg	Sat Nov 23 00:33:56 2019 +0100
+++ b/buildout.cfg	Sat Nov 23 01:01:07 2019 +0100
@@ -55,7 +55,11 @@
 
 [pylint]
 recipe = zc.recipe.egg
-eggs = pylint
+eggs =
+    pyams_utils
+    pylint
+    pylint-exit
+    anybadge
 entry-points = pylint=pylint.lint:Run
 arguments = sys.argv[1:]