Site updated at 2017-08-14 06:20:18 UTC

This commit is contained in:
Travis CI 2017-08-14 06:20:18 +00:00
parent 0699e76b66
commit 043c7b1e49
31 changed files with 107 additions and 49 deletions

View file

@ -82,7 +82,7 @@ Not all existing platforms follow the requirements in this checklist. This canno
<ol>
<li>Requirement version pinned: <code class="highlighter-rouge">REQUIREMENTS = ['phue==0.8.1']</code></li>
<li>We no longer want requirements hosted on GitHub. Please upload to PyPi.</li>
<li>Requirements only imported inside functions. This is necessary because requirements are installed on the fly.</li>
<li>Requirements should only be imported inside functions. This is necessary because requirements are installed on the fly.</li>
</ol>
<h3><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h3>
<ol>