pythonPackages.chalice: fix deps
This commit is contained in:
parent
4a3b1f86aa
commit
fcb85c4f09
@ -5,16 +5,18 @@
|
|||||||
, botocore
|
, botocore
|
||||||
, click
|
, click
|
||||||
, enum-compat
|
, enum-compat
|
||||||
|
, hypothesis
|
||||||
, jmespath
|
, jmespath
|
||||||
|
, mock
|
||||||
|
, mypy-extensions
|
||||||
, pip
|
, pip
|
||||||
|
, pytest
|
||||||
|
, pyyaml
|
||||||
, setuptools
|
, setuptools
|
||||||
, six
|
, six
|
||||||
, typing
|
, typing
|
||||||
, wheel
|
|
||||||
, watchdog
|
, watchdog
|
||||||
, pytest
|
, wheel
|
||||||
, hypothesis
|
|
||||||
, mock
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -33,7 +35,9 @@ buildPythonPackage rec {
|
|||||||
click
|
click
|
||||||
enum-compat
|
enum-compat
|
||||||
jmespath
|
jmespath
|
||||||
|
mypy-extensions
|
||||||
pip
|
pip
|
||||||
|
pyyaml
|
||||||
setuptools
|
setuptools
|
||||||
six
|
six
|
||||||
wheel
|
wheel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user