tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.nice-go: relax aiobotocore constraint
Martin Weinelt
2 months ago
ce20d867
5da56eab
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
nice-go
default.nix
+4
-1
pkgs/development/python-modules/nice-go/default.nix
reviewed
···
29
29
30
30
build-system = [ poetry-core ];
31
31
32
32
-
pythonRelaxDeps = [ "tenacity" ];
32
32
+
pythonRelaxDeps = [
33
33
+
"aiobotocore"
34
34
+
"tenacity"
35
35
+
];
33
36
34
37
dependencies = [
35
38
aiobotocore