mirror of
https://github.com/vale981/binfootprint
synced 2025-03-04 16:51:39 -05:00
update flake
This commit is contained in:
parent
4bc5a8b1db
commit
9b02f0db9a
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
${name} = (prev.poetry2nix.mkPoetryApplication {
|
||||
projectDir = ./.;
|
||||
doCheck = false;
|
||||
preferWheels = true;
|
||||
});
|
||||
})
|
||||
|
||||
|
|
|
@ -16,5 +16,5 @@ numpy = "^1.5.1"
|
|||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
requires = ["poetry>=0.12", "setuptools"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Add table
Reference in a new issue