mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
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
|
, 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…
Add table
Add a link
Reference in a new issue