Mercurial > personal > weatherlog
diff requirements.txt @ 20:92367b644e29
Remove support for DHT22 to remove native dependencies.
This removes the ability to read from the DHT22 sensor, since it
requires native code to run and will not compile on ARM64 (at least
for me, which is enough reason to remove it).
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 25 Dec 2021 00:02:03 +0000 |
parents | b5625b531d2d |
children |
line wrap: on
line diff
--- a/requirements.txt Mon Jan 20 23:36:23 2020 -0500 +++ b/requirements.txt Sat Dec 25 00:02:03 2021 +0000 @@ -1,8 +1,12 @@ -adafruit-blinka -adafruit-circuitpython-dht -attrs -pymongo -pytz -requests -RPi.bme280 -smbus2 +attrs==21.2.0 +certifi==2021.10.8 +charset-normalizer==2.0.9 +idna==3.3 +pymongo==4.0.1 +pytz==2021.3 +requests==2.26.0 +RPi.bme280==0.2.4 +smbus2==0.4.1 +toml==0.10.2 +urllib3==1.26.7 +