nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.nice-go: relax aiobotocore constraint

+4 -1
+4 -1
pkgs/development/python-modules/nice-go/default.nix
··· 29 29 30 30 build-system = [ poetry-core ]; 31 31 32 - pythonRelaxDeps = [ "tenacity" ]; 32 + pythonRelaxDeps = [ 33 + "aiobotocore" 34 + "tenacity" 35 + ]; 33 36 34 37 dependencies = [ 35 38 aiobotocore