fix package name

This commit is contained in:
Inex Code 2022-08-16 12:57:29 +04:00
parent 30e613f1a9
commit d31fc39fa6
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ let
, gevent
, mnemonic
, pydantic
, strawberry_graphql
, strawberry-graphql
, psutil
}:
pythonPkgs.buildPythonPackage rec {
@ -49,7 +49,7 @@ let
gevent
mnemonic
pydantic
strawberry_graphql
strawberry-graphql
psutil
];
meta = {

View File

@ -18,7 +18,7 @@ let
, mnemonic
, pydantic
, typing-extensions
, strawberry_graphql
, strawberry-graphql
, psutil
, fastapi
, uvicorn
@ -43,7 +43,7 @@ let
mnemonic
pydantic
typing-extensions
strawberry_graphql
strawberry-graphql
psutil
fastapi
uvicorn