urlwatch: add pycodestyle

This commit is contained in:
tv 2017-06-18 21:48:21 +02:00
parent 11e13658d1
commit b34fe1073c

View File

@ -11,6 +11,7 @@ python3Packages.buildPythonPackage rec {
propagatedBuildInputs = with python3Packages; [
keyring
minidb
pycodestyle
pyyaml
requests2
];