conan: Reformat inputs list

This commit is contained in:
Niklas Hambüchen 2020-03-22 15:45:49 +01:00
parent ce12576dd0
commit 3a158da8e8

View File

@ -50,9 +50,22 @@ in newPython.pkgs.buildPythonApplication rec {
};
propagatedBuildInputs = with newPython.pkgs; [
colorama deprecation distro fasteners bottle
future node-semver patch pygments pluginbase
pyjwt pylint pyyaml requests six tqdm
bottle
colorama
deprecation
distro
fasteners
future
node-semver
patch
pluginbase
pygments
pyjwt
pylint
pyyaml
requests
six
tqdm
];
checkInputs = [