pythonPackages: normalise prompt_toolkit

This commit is contained in:
Sandro Jäckel
2021-07-22 17:02:31 +02:00
parent 8dfc51d9c3
commit 183c7ebcae
33 changed files with 55 additions and 54 deletions

View File

@@ -5,7 +5,7 @@
, click
, fetchFromGitHub
, mock
, prompt_toolkit
, prompt-toolkit
, pygments
, pyserial
, pyserial-asyncio
@@ -31,7 +31,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
click
prompt_toolkit
prompt-toolkit
pygments
pyserial
pyserial-asyncio