From b113f18703c272dfba1e54eb3a796a2574346578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20F=C3=B6hr?= Date: Sun, 21 Apr 2024 17:00:05 +0300 Subject: [PATCH] add build to reqs --- requirements/requirements-check.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements/requirements-check.txt b/requirements/requirements-check.txt index 1171249c..010d088c 100644 --- a/requirements/requirements-check.txt +++ b/requirements/requirements-check.txt @@ -11,4 +11,7 @@ mypy # version of pytest will do. pytest types-colorama -time-machine \ No newline at end of file +time-machine + +# Required +build \ No newline at end of file