From 9aa6fe1a6efc0372d63f7c72a58a994e6d97914f Mon Sep 17 00:00:00 2001 From: Atheena Renjith <60550973+7tena@users.noreply.github.com> Date: Sat, 24 Apr 2021 03:17:01 +0530 Subject: [PATCH] Update in build.py Updated build.py to port the requirements.txt file to the new pybuildframework. --- build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 6e43e98..65e803d 100644 --- a/build.py +++ b/build.py @@ -15,4 +15,5 @@ @init def set_properties(project): - project.build_depends_on("mockito") \ No newline at end of file + project.build_depends_on("mockito") + project.depends_on_requirements("requirements.txt")