python3Packages.chalice: add missing inquirer dependency

This commit is contained in:
Martin Weinelt 2021-05-07 19:05:38 +02:00 committed by Jonathan Ringer
parent 918bbd47b6
commit 65706590a9

View file

@ -7,6 +7,7 @@
, click , click
, enum-compat , enum-compat
, hypothesis , hypothesis
, inquirer
, jmespath , jmespath
, mock , mock
, mypy-extensions , mypy-extensions
@ -35,6 +36,7 @@ buildPythonPackage rec {
botocore botocore
click click
enum-compat enum-compat
inquirer
jmespath jmespath
mypy-extensions mypy-extensions
pip pip