Skip to content

Commit ff5d7d5

Browse files
robmarkcolefabaff
authored andcommitted
State that dependencies are from pypi
Clarify that dependencies are loaded from and must be available on pypi
1 parent 15e9f4a commit ff5d7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/development_checklist.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ footer: true
1212

1313
Before you commit any changes, check your work against these requirements:
1414

15-
- All dependencies are included via the `REQUIREMENTS` variable in your platform or component and only imported inside functions that use them
15+
- All dependencies from [pypi](https://pypi.python.org/pypi) are included via the `REQUIREMENTS` variable in your platform or component and only imported inside functions that use them
1616
- New dependencies are added to `requirements_all.txt` (if applicable), using `script/gen_requirements_all.py`
1717
- The `.coveragerc` file is updated to exclude your platform if there are no tests available or your new code uses a third-party library for communication with the device, service, or sensor
1818
- Documentation is developed for [home-assistant.io](https://home-assistant.io/)

0 commit comments

Comments
 (0)