pythonPackages: normalise prompt_toolkit

This commit is contained in:
Sandro Jäckel
2021-07-23 16:36:39 +02:00
parent 8dfc51d9c3
commit 183c7ebcae
33 changed files with 55 additions and 54 deletions
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, poetry
, prompt_toolkit
, prompt-toolkit
, pytest-cov
, pytestCheckHook
}:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
prompt_toolkit
prompt-toolkit
];
checkInputs = [