Start gas and tests
[EVA-2020-02-2.git] / library / setup.py
index 3fdea5ad67e255ac3cd57261e8d4db0cb18428fd..9d0a0244bb42b499aebd805e3944a0333fb2347d 100755 (executable)
@@ -50,5 +50,5 @@ setup(
     project_urls={'GitHub': 'https://www.github.com/pimoroni/envirophatplus-python'},
     classifiers=classifiers,
     packages=['envirophatplus'],
-    install_requires=['pms5003', 'ltr559', 'st7735']
+    install_requires=['pimoroni-bme280', 'pms5003', 'ltr559', 'st7735', 'ads1015']
 )