python3Packages.gradient: allow later websocket-client releases
This commit is contained in:
parent
459315303c
commit
8ef3e44c34
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue