We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84495c commit 34513b7Copy full SHA for 34513b7
source/developers/code_review_component.markdown
@@ -19,6 +19,7 @@ Not all existing platforms follow the requirements in this checklist. This canno
19
20
1. Requirement version pinned: `REQUIREMENTS = ['phue==0.8.1']`
21
2. We no longer want requirements hosted on GitHub. Please upload to PyPi.
22
+ 3. Requirements only imported inside functions. This is necessary because requirements are installed on the fly.
23
24
### {% linkable_title Configuration %}
25
0 commit comments