python3.pkgs.moto: fix build
This commit is contained in:
parent
09f27e38b6
commit
f4bb4bb309
|
@ -1,4 +1,4 @@
|
|||
{ buildPythonPackage, fetchPypi, jinja2, werkzeug, flask
|
||||
{ buildPythonPackage, fetchPypi, jinja2, werkzeug, flask, cfn-lint
|
||||
, requests, pytz, backports_tempfile, cookies, jsondiff, botocore, aws-xray-sdk, docker, responses
|
||||
, six, boto, httpretty, xmltodict, nose, sure, boto3, freezegun, dateutil, mock, pyaml, python-jose }:
|
||||
|
||||
|
@ -24,6 +24,7 @@ buildPythonPackage rec {
|
|||
aws-xray-sdk
|
||||
boto
|
||||
boto3
|
||||
cfn-lint
|
||||
dateutil
|
||||
flask
|
||||
httpretty
|
||||
|
|
Loading…
Reference in New Issue