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
, enum-compat
, hypothesis
, inquirer
, jmespath
, mock
, mypy-extensions
@ -35,6 +36,7 @@ buildPythonPackage rec {
botocore
click
enum-compat
inquirer
jmespath
mypy-extensions
pip