mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
pinnwand: relax token-bucket pin
This commit is contained in:
parent
19066ea979
commit
bcd5b09634
|
@ -21,7 +21,8 @@ with python3.pkgs; buildPythonApplication rec {
|
|||
substituteInPlace pyproject.toml \
|
||||
--replace 'click = "^7.0"' 'click = "*"' \
|
||||
--replace 'docutils = "^0.16"' 'docutils = "*"' \
|
||||
--replace 'sqlalchemy = "^1.3"' 'sqlalchemy = "*"'
|
||||
--replace 'sqlalchemy = "^1.3"' 'sqlalchemy = "*"' \
|
||||
--replace 'token-bucket = "^0.2.0"' 'token-bucket = "*"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue