conan: Reformat inputs list

This commit is contained in:
Niklas Hambüchen 2020-03-22 15:45:49 +01:00
parent ce12576dd0
commit 3a158da8e8
1 changed files with 16 additions and 3 deletions

View File

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