pythonPackages.ndjson: remove unused inputs

This commit is contained in:
Sandro Jäckel 2021-02-18 00:29:01 +01:00
parent 07bf41c171
commit 27fc0ff73d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, wheel, watchdog, flake8
{ lib, buildPythonPackage, fetchPypi, watchdog, flake8
, pytest, pytestrunner, coverage, sphinx, twine }:
buildPythonPackage rec {