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
, mock
, blinker
, py
, pytest-flask
, pytest-mock
, pytest-benchmark
@ -43,6 +44,7 @@ buildPythonPackage rec {
blinker
faker
mock
py
pytest-benchmark
pytest-flask
pytest-mock