python3Packages.nice-go: relax aiobotocore constraint
This commit is contained in:
@@ -29,7 +29,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "tenacity" ];
|
||||
pythonRelaxDeps = [
|
||||
"aiobotocore"
|
||||
"tenacity"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiobotocore
|
||||
|
||||
Reference in New Issue
Block a user