summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cookiecutter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cookiecutter/default.nix')
-rw-r--r--pkgs/development/python-modules/cookiecutter/default.nix33
1 files changed, 22 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/cookiecutter/default.nix b/pkgs/development/python-modules/cookiecutter/default.nix
index 6818f9021a44..80c38fda9aa3 100644
--- a/pkgs/development/python-modules/cookiecutter/default.nix
+++ b/pkgs/development/python-modules/cookiecutter/default.nix
@@ -1,11 +1,24 @@
-{ lib, buildPythonPackage, fetchPypi, isPyPy
-, setuptools
-, pytest, pytest-cov, pytest-mock, freezegun, safety, pre-commit
-, jinja2, binaryornot, click, jinja2-time, requests
-, python-slugify
-, pyyaml
-, arrow
-, rich
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ isPyPy,
+ setuptools,
+ pytest,
+ pytest-cov,
+ pytest-mock,
+ freezegun,
+ safety,
+ pre-commit,
+ jinja2,
+ binaryornot,
+ click,
+ jinja2-time,
+ requests,
+ python-slugify,
+ pyyaml,
+ arrow,
+ rich,
}:
buildPythonPackage rec {
@@ -21,9 +34,7 @@ buildPythonPackage rec {
hash = "sha256-2yH4Fp6k9P3CQI1IykSFk0neJkf75JSp1sPt/AVCwhw=";
};
- nativeBuildInputs = [
- setuptools
- ];
+ nativeBuildInputs = [ setuptools ];
nativeCheckInputs = [
pytest