From 34ee0e9848f5026a53f1e39f1b82aefa90ab3756 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 13 Aug 2017 14:54:32 -0700 Subject: [PATCH] Update code_review_platform.markdown --- source/developers/code_review_platform.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/developers/code_review_platform.markdown b/source/developers/code_review_platform.markdown index edf5ab5c3c7..0361d4bfc70 100644 --- a/source/developers/code_review_platform.markdown +++ b/source/developers/code_review_platform.markdown @@ -19,6 +19,7 @@ Not all existing platforms follow the requirements in this checklist. This canno 1. Requirement version should be pinned: `REQUIREMENTS = ['phue==0.8.1']` 2. We no longer want requirements hosted on GitHub. Please upload to PyPi. + 3. Requirements should only be imported inside functions. This is necessary because requirements are installed on the fly. ### {% linkable_title 2. Dependencies %}