python3Packages.gradient: allow later websocket-client releases

This commit is contained in:
Fabian Affolter 2021-03-16 09:40:40 +01:00 committed by Tim Steinbach
parent 459315303c
commit 8ef3e44c34

View file

@ -19,8 +19,9 @@ buildPythonPackage rec {
--replace 'attrs<=' 'attrs>=' \
--replace 'colorama==' 'colorama>=' \
--replace 'PyYAML==' 'PyYAML>=' \
--replace 'marshmallow<' 'marshmallow>='
'';
--replace 'marshmallow<' 'marshmallow>=' \
--replace 'websocket-client==' 'websocket-client>='
'';
propagatedBuildInputs = [ attrs boto3 requests gradient_statsd terminaltables
click-completion click-didyoumean click-help-colors requests_toolbelt