python3Packages.flask-restx: Add py to checkInputs

This commit is contained in:
Martin Weinelt 2023-01-04 00:48:47 +01:00
parent 301620319b
commit 94a295ea7b

View file

@ -10,6 +10,7 @@
, faker , faker
, mock , mock
, blinker , blinker
, py
, pytest-flask , pytest-flask
, pytest-mock , pytest-mock
, pytest-benchmark , pytest-benchmark
@ -43,6 +44,7 @@ buildPythonPackage rec {
blinker blinker
faker faker
mock mock
py
pytest-benchmark pytest-benchmark
pytest-flask pytest-flask
pytest-mock pytest-mock