0
0
Fork 0
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:
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 , 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