Update component_deps_and_reqs.markdown

This commit is contained in:
NovapaX 2018-04-19 12:12:13 +02:00 committed by GitHub
parent f6db975a41
commit 7dbf76c25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,5 +52,5 @@ Note: components included in home-assisstant should point to published pypi pack
For example, the Neato robot vacuum components specifies the v.0.0.5 release on GitHub as a requirement that gets installed as pybotvac version 0.0.5 (`pybotvac==0.0.5`)
```python
REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.5.zip'#pybotvac==0.0.5']
REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.5.zip#pybotvac==0.0.5']
```