nixfmt
This commit is contained in:
@@ -10,7 +10,10 @@ python3Packages.buildPythonPackage rec {
|
||||
|
||||
# do not run tests
|
||||
doCheck = false;
|
||||
nativeBuildInputs = with python3Packages; [ poetry-core requests-cache ];
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
poetry-core
|
||||
requests-cache
|
||||
];
|
||||
dependencies = with python3Packages; [
|
||||
requests-cache
|
||||
pydantic
|
||||
|
||||
Reference in New Issue
Block a user