Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
we need to update the makefile bootstrap command, as this version moves to using pip-tools to lock requirements based on a .in file. The bootstrap command does the following in order: * install requirements.txt first to get the latest version of utils * Copy the shared reqs files from the new utils into the local repo * compile those shared reqs into a requirements_for_test.txt lockfile * Actually install the test requirements
- Loading branch information