Update code_review_component.markdown

This commit is contained in:
Paulus Schoutsen 2017-08-13 14:50:50 -07:00 committed by Fabian Affolter
parent 8d8f00e2c1
commit 64ed117490
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -19,6 +19,7 @@ Not all existing platforms follow the requirements in this checklist. This canno
1. Requirement version pinned: `REQUIREMENTS = ['phue==0.8.1']`
2. We no longer want requirements hosted on GitHub. Please upload to PyPi.
3. Requirements only imported inside functions. This is necessary because requirements are installed on the fly.
### {% linkable_title Configuration %}