pythonPackages.chalice: fix deps
This commit is contained in:
parent
4a3b1f86aa
commit
fcb85c4f09
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue