Merge pull request #287790 from ocfox/fix-slowapi

python311Packages.slowapi: fix build
This commit is contained in:
Fabian Affolter 2024-02-11 09:09:40 +01:00 committed by GitHub
commit b59ee8cfd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@
, limits
, mock
, hiro
, httpx
, poetry-core
, pytestCheckHook
, pythonAtLeast
@ -50,6 +51,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
fastapi
hiro
httpx
mock
pytestCheckHook
starlette