Skip to content

Commit

Permalink
Update in build.py
Browse files Browse the repository at this point in the history
Updated build.py to port the requirements.txt file to the new pybuildframework.
  • Loading branch information
7tena authored Apr 23, 2021
1 parent 6298add commit 9aa6fe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@

@init
def set_properties(project):
project.build_depends_on("mockito")
project.build_depends_on("mockito")
project.depends_on_requirements("requirements.txt")

0 comments on commit 9aa6fe1

Please sign in to comment.