Mercurial > personal > weatherlog
comparison setup.py @ 15:b5625b531d2d
Add support for BME280 temperature sensor over i2c.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 15 Oct 2019 23:05:10 -0400 |
parents | 4c81182eaa6b |
children | 39c0686e6765 |
comparison
equal
deleted
inserted
replaced
14:c01f9929ae38 | 15:b5625b531d2d |
---|---|
10 'adafruit-circuitpython-dht', | 10 'adafruit-circuitpython-dht', |
11 'attrs', | 11 'attrs', |
12 'pymongo', | 12 'pymongo', |
13 'pytz', | 13 'pytz', |
14 'requests', | 14 'requests', |
15 'RPi.bme280', | |
16 'smbus2', | |
15 ], | 17 ], |
16 setup_requires=['wheel'], | 18 setup_requires=['wheel'], |
17 ) | 19 ) |