python3Packages.chalice: add missing inquirer dependency
This commit is contained in:
parent
918bbd47b6
commit
65706590a9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue