python3Packages.cross-web: fix version in pyproject.toml
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
hatchling,
|
||||
httpx,
|
||||
litestar,
|
||||
pyprojectVersionPatchHook,
|
||||
pytest-asyncio,
|
||||
pytest-django,
|
||||
pytestCheckHook,
|
||||
@@ -35,6 +36,10 @@ buildPythonPackage (finalAttrs: {
|
||||
hash = "sha256-JxwzTU17jCQMFNCtmcZVAZQnwDZjHNxCGNdKhkCMoPs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pyprojectVersionPatchHook
|
||||
];
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [ typing-extensions ];
|
||||
|
||||
Reference in New Issue
Block a user