pythonPackages.chalice: fix deps

This commit is contained in:
Jonathan Ringer 2020-08-25 23:22:12 -07:00 committed by Frederik Rietdijk
parent 4a3b1f86aa
commit fcb85c4f09

View file

@ -5,16 +5,18 @@
, botocore
, click
, enum-compat
, hypothesis
, jmespath
, mock
, mypy-extensions
, pip
, pytest
, pyyaml
, setuptools
, six
, typing
, wheel
, watchdog
, pytest
, hypothesis
, mock
, wheel
}:
buildPythonPackage rec {
@ -33,7 +35,9 @@ buildPythonPackage rec {
click
enum-compat
jmespath
mypy-extensions
pip
pyyaml
setuptools
six
wheel